build: Disable debugging info when building .32 objects

This commit is contained in:
mintsuki 2022-07-18 21:57:06 +02:00
parent 1be0c7f61e
commit 6797e474e2

View File

@ -73,6 +73,7 @@ endif
ifeq ($(TARGET), uefi-x86-64)
override INTERNAL_CFLAGS32 := \
$(INTERNAL_CFLAGS) \
-g0 \
-Dbios=0 \
-Duefi=1 \
-m32 \