Browse Source

core: Fix OPT_DEFS for mbed build

master
tmk 7 years ago
parent
commit
d356afb930
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      tmk_core/tool/mbed/gcc.mk

+ 1
- 0
tmk_core/tool/mbed/gcc.mk View File

@@ -23,6 +23,7 @@ CC_FLAGS += \
-fdata-sections \
-fomit-frame-pointer
CC_FLAGS += -MMD -MP
CC_FLAGS += $(OPT_DEFS)

LD_FLAGS = $(CPU) -Wl,--gc-sections --specs=nano.specs
#LD_FLAGS += -u _printf_float -u _scanf_float

Loading…
Cancel
Save