3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-04 16:44:08 +00:00

Makefile: turn off LTO on gcc due to regression

This commit is contained in:
Emil J. Tywoniak 2024-07-22 20:59:56 +02:00
parent 725746baa6
commit bf758b9097

View file

@ -55,7 +55,7 @@ SANITIZER =
# Prefer using ENABLE_DEBUG over setting these
OPT_LEVEL := -O3
GCC_LTO := -flto=auto
GCC_LTO :=
CLANG_LTO := -flto=thin
PROGRAM_PREFIX :=