Added -fomit-frame-pointer option.

pull/4/head
Richard Barry 18 years ago
parent 712bfdf9d2
commit 8b8a0eeff3

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

Loading…
Cancel
Save