summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bourdeauducq <sebastien@milkymist.org>2011-11-09 22:25:00 +0100
committerSebastien Bourdeauducq <sebastien@milkymist.org>2011-11-09 22:25:00 +0100
commit07a447def19f511fcd229886ec0ee88bf1fa884f (patch)
tree1c44ebeac25c8602fbefe4f747ec55479ec9e9f6
parent734a675a484bed7fd870048d15e4a6ab8370b83a (diff)
Build with debug symbols
-rw-r--r--Makefile.rtems2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rtems b/Makefile.rtems
index a82226a..7137c04 100644
--- a/Makefile.rtems
+++ b/Makefile.rtems
@@ -9,7 +9,7 @@ CPPFLAGS += -I. -Idirect -Idirect/rtems
DEPFLAGS = -MT $@ -MD -MP -MF $(basename $@).d
-GCCFLAGS = -I . -B $(INSTALL_BASE) -specs bsp_specs -qrtems
+GCCFLAGS = -g -I . -B $(INSTALL_BASE) -specs bsp_specs -qrtems
CFLAGS += $(DEPFLAGS) $(GCCFLAGS)