[Yaffs] [PATCH 18/20] Build with debug symbols

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Xiangfu Liu
Date:  
To: yaffs
CC: sebastien
Old-Topics: [Yaffs] [PATCH 17/20] Fixed return value of ycb_file_lseek().
New-Topics: [Yaffs] [PATCH 19/20] fix the redefined warning
Subject: [Yaffs] [PATCH 18/20] Build with debug symbols
From: Sebastien Bourdeauducq <>

---
 Makefile.rtems |    2 +-
 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)

--
1.7.4.1