From 07a447def19f511fcd229886ec0ee88bf1fa884f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 9 Nov 2011 22:25:00 +0100 Subject: Build with debug symbols --- Makefile.rtems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3