mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-25 02:26:34 +08:00
Added -fomit-frame-pointer option.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user