mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 02:50:25 +03:00
Add debug symbols to objects. (They will be stripped out of the final
-Obinary build anyway, so it doesn't waste any space).
This commit is contained in:
@@ -90,6 +90,7 @@ BIN ?= bin
|
|||||||
CFLAGS += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
|
CFLAGS += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
|
||||||
CFLAGS += -Os -ffreestanding
|
CFLAGS += -Os -ffreestanding
|
||||||
CFLAGS += -Wall -W -Wno-format
|
CFLAGS += -Wall -W -Wno-format
|
||||||
|
CFLAGS += -g
|
||||||
CFLAGS += $(EXTRA_CFLAGS)
|
CFLAGS += $(EXTRA_CFLAGS)
|
||||||
ASFLAGS += $(EXTRA_ASFLAGS)
|
ASFLAGS += $(EXTRA_ASFLAGS)
|
||||||
LDFLAGS += $(EXTRA_LDFLAGS)
|
LDFLAGS += $(EXTRA_LDFLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user