mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Makefile: turn off LTO on gcc due to regression
This commit is contained in:
parent
725746baa6
commit
bf758b9097
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 :=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue