build: Disable debugging info when building .32 objects
This commit is contained in:
parent
1be0c7f61e
commit
6797e474e2
@ -73,6 +73,7 @@ endif
|
||||
ifeq ($(TARGET), uefi-x86-64)
|
||||
override INTERNAL_CFLAGS32 := \
|
||||
$(INTERNAL_CFLAGS) \
|
||||
-g0 \
|
||||
-Dbios=0 \
|
||||
-Duefi=1 \
|
||||
-m32 \
|
||||
|
Loading…
Reference in New Issue
Block a user