core: Fix OPT_DEFS for mbed build
This commit is contained in:
parent
c7651089f2
commit
d356afb930
@ -23,6 +23,7 @@ CC_FLAGS += \
|
|||||||
-fdata-sections \
|
-fdata-sections \
|
||||||
-fomit-frame-pointer
|
-fomit-frame-pointer
|
||||||
CC_FLAGS += -MMD -MP
|
CC_FLAGS += -MMD -MP
|
||||||
|
CC_FLAGS += $(OPT_DEFS)
|
||||||
|
|
||||||
LD_FLAGS = $(CPU) -Wl,--gc-sections --specs=nano.specs
|
LD_FLAGS = $(CPU) -Wl,--gc-sections --specs=nano.specs
|
||||||
#LD_FLAGS += -u _printf_float -u _scanf_float
|
#LD_FLAGS += -u _printf_float -u _scanf_float
|
||||||
|
Loading…
Reference in New Issue
Block a user