diff options
author | Perry Hung <iperry@gmail.com> | 2011-02-18 05:22:39 -0500 |
---|---|---|
committer | Perry Hung <iperry@gmail.com> | 2011-02-26 22:30:22 -0500 |
commit | f4cdcfa51096f73a49642c400681d91847137dfb (patch) | |
tree | b49bcffdd58fc4dbedceafe55c92045e4b3e145c /Makefile | |
parent | b505ab981859761a9eae9e820c5a06e2210c5dfc (diff) | |
download | librambutan-f4cdcfa51096f73a49642c400681d91847137dfb.tar.gz librambutan-f4cdcfa51096f73a49642c400681d91847137dfb.zip |
checkpoint
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ LIBMAPLE_PATH := $(SRCROOT)/libmaple SUPPORT_PATH := $(SRCROOT)/support # Useful variables -GLOBAL_CFLAGS := -Os -g -mcpu=cortex-m3 -mthumb -march=armv7-m -nostdlib \ +GLOBAL_CFLAGS := -Os -g3 -gdwarf-2 -mcpu=cortex-m3 -mthumb -march=armv7-m -nostdlib \ -ffunction-sections -fdata-sections -Wl,--gc-sections \ -DBOARD_$(BOARD) -DMCU_$(MCU) GLOBAL_CXXFLAGS := -fno-rtti -fno-exceptions -Wall -DBOARD_$(BOARD) -DMCU_$(MCU) |