david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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:
Michael Brown 2006-03-23 13:09:29 +00:00
parent b2c94b32fc
commit 21c58729ae
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ BIN ?= bin
CFLAGS += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
CFLAGS += -Os -ffreestanding
CFLAGS += -Wall -W -Wno-format
CFLAGS += -g
CFLAGS += $(EXTRA_CFLAGS)
ASFLAGS += $(EXTRA_ASFLAGS)
LDFLAGS += $(EXTRA_LDFLAGS)