Added -fomit-frame-pointer option.

This commit is contained in:
Richard Barry 2007-02-09 21:34:04 +00:00
parent 712bfdf9d2
commit 8b8a0eeff3

View file

@ -62,7 +62,8 @@ CFLAGS= \
-mcpu=arm7tdmi \ -mcpu=arm7tdmi \
-T$(LDSCRIPT) \ -T$(LDSCRIPT) \
$(DEBUG) \ $(DEBUG) \
$(OPTIM) $(OPTIM) \
-fomit-frame-pointer
THUMB_FLAGS=-mthumb THUMB_FLAGS=-mthumb
LINKER_FLAGS=-Xlinker -ortosdemo.elf -Xlinker -M -Xlinker -Map=rtosdemo.map LINKER_FLAGS=-Xlinker -ortosdemo.elf -Xlinker -M -Xlinker -Map=rtosdemo.map