Parcourir la source

core: Fix OPT_DEFS for mbed build

master
tmk il y a 7 ans
Parent
révision
d356afb930
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      tmk_core/tool/mbed/gcc.mk

+ 1
- 0
tmk_core/tool/mbed/gcc.mk Voir le fichier

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

Chargement…
Annuler
Enregistrer