1
0

core: Fix OPT_DEFS for mbed build

This commit is contained in:
tmk 2016-09-24 11:29:21 +09:00
parent c7651089f2
commit d356afb930

View File

@ -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