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