We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aab802 commit fccb3faCopy full SHA for fccb3fa
tool/mbed/gcc.mk
@@ -23,6 +23,7 @@ CC_FLAGS += \
23
-fdata-sections \
24
-fomit-frame-pointer
25
CC_FLAGS += -MMD -MP
26
+CC_FLAGS += $(OPT_DEFS)
27
28
LD_FLAGS = $(CPU) -Wl,--gc-sections --specs=nano.specs
29
#LD_FLAGS += -u _printf_float -u _scanf_float
0 commit comments