Skip to content

Commit fccb3fa

Browse files
committed
core: Fix OPT_DEFS for mbed build
1 parent 3aab802 commit fccb3fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/mbed/gcc.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ CC_FLAGS += \
2323
-fdata-sections \
2424
-fomit-frame-pointer
2525
CC_FLAGS += -MMD -MP
26+
CC_FLAGS += $(OPT_DEFS)
2627

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

0 commit comments

Comments
 (0)