summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)