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
1 changed files with 1 additions and 1 deletions

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 :=