From dd6025a8d12b6db0a64a68560e791fb1faa668ab Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 26 Dec 2024 15:15:27 +0100 Subject: [PATCH] Revert LTO because it's caused plugins to use LTO unless they specificed "-fno-lto" --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 97b64f4..7a3fa8f 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ INCLUDES := include #--------------------------------------------------------------------------------- CFLAGS := -g -Wall -Werror -save-temps \ -ffunction-sections -fdata-sections \ - -flto -ffat-lto-objects \ $(MACHDEP) \ $(BUILD_CFLAGS)