Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add debug symbols to objects. (They will be stripped out of the final
-Obinary build anyway, so it doesn't waste any space).
  • Loading branch information
Michael Brown committed Mar 23, 2006
1 parent b2c94b3 commit 21c5872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 21c5872

Please sign in to comment.