Commit 5d65fbee authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: Makefile: add -ggdb so I can 'objdump -S'

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent c0e467ab
......@@ -97,7 +97,7 @@ include dev/dev.mk
CFLAGS = $(CFLAGS_PLATFORM) $(cflags-y) -Wall \
-ffunction-sections -fdata-sections -Os \
-include include/trace.h
-include include/trace.h -ggdb
LDFLAGS = $(LDFLAGS_PLATFORM) \
-Wl,--gc-sections -Os -lgcc -lc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment