File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ compiler.c.elf.flags=-Os -Wl,--gc-sections
25
25
compiler.S.cmd=arm-none-eabi-gcc
26
26
compiler.S.flags=-c -g -x assembler-with-cpp -MMD
27
27
compiler.cpp.cmd=arm-none-eabi-g++
28
- compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf - MMD
28
+ compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD
29
29
compiler.ar.cmd=arm-none-eabi-ar
30
30
compiler.ar.flags=rcs
31
31
compiler.objcopy.cmd=arm-none-eabi-objcopy
You can’t perform that action at this time.
0 commit comments