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 \
