From 8db6ade6cb17f87a54b6b30d7ffc49855f7119a8 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)