:: commit 6797e474e2acea02f4f51c87dc6e0587c7d3e63b

mintsuki <mintsuki@protonmail.com> — 2022-07-18 19:57

parents: 1be0c7f61e

build: Disable debugging info when building .32 objects

diff --git a/common/GNUmakefile b/common/GNUmakefile
index 6da3c652..4a45d45e 100644
--- a/common/GNUmakefile
+++ b/common/GNUmakefile
@@ -73,6 +73,7 @@ endif
 ifeq ($(TARGET), uefi-x86-64)
 override INTERNAL_CFLAGS32 := \
 		$(INTERNAL_CFLAGS) \
+		-g0 \
 		-Dbios=0 \
 		-Duefi=1 \
 		-m32 \
tab: 248 wrap: offon