forked from epagris/FreeRTOS-Kernel
Added -fomit-frame-pointer option.
This commit is contained in:
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…
x
Reference in New Issue
Block a user