From ade98b3c6f32ad7555bab15f2567e3cde3002a4d Mon Sep 17 00:00:00 2001 From: Agent X <44549182+AgentXLP@users.noreply.github.com> Date: Sun, 29 Dec 2024 16:08:44 -0500 Subject: [PATCH] Hopefully fix Makefile bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffefc9e5a..f0c4d86f7 100644 --- a/Makefile +++ b/Makefile @@ -990,7 +990,7 @@ endif IS_DEV_OR_DEBUG := $(or $(filter 1,$(DEVELOPMENT)),$(filter 1,$(DEBUG)),0) ifeq ($(IS_DEV_OR_DEBUG),0) CFLAGS += -fno-ident -fno-common -fno-asynchronous-unwind-tables -ffile-prefix-map=$(PWD)=. -D__DATE__="\"\"" -D__TIME__="\"\"" -Wno-builtin-macro-redefined - LDFLAGS += -Wl,--build-id=none -Wl,--no-randomize-sections + LDFLAGS += -Wl,--build-id=none endif # Prevent a crash with -sopt