From bf758b909779491c9195c86b76594a5bf9803ef6 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Mon, 22 Jul 2024 20:59:56 +0200 Subject: [PATCH] Makefile: turn off LTO on gcc due to regression --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 310b23dce..e3a1a5113 100644 --- a/Makefile +++ b/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 :=