summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-03-23 14:09:29 +0100
committerMichael Brown2006-03-23 14:09:29 +0100
commit21c58729ae464a844b551893c69e5e37f2329b5a (patch)
tree2a87824508d85bf23cfbda4092085eab5b59e072 /src/Makefile
parentMake the application state a void *. (diff)
downloadipxe-21c58729ae464a844b551893c69e5e37f2329b5a.tar.gz
ipxe-21c58729ae464a844b551893c69e5e37f2329b5a.tar.xz
ipxe-21c58729ae464a844b551893c69e5e37f2329b5a.zip
Add debug symbols to objects. (They will be stripped out of the final
-Obinary build anyway, so it doesn't waste any space).
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index a788d6e1..d2ea5c63 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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)