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 @@ -40,7 +40,7 @@ compiler.c.elf.flags=-Os -Wl,--gc-sections -save-temps
40
40
compiler.S.cmd=arm-none-eabi-gcc
41
41
compiler.S.flags=-c -g -x assembler-with-cpp
42
42
compiler.cpp.cmd=arm-none-eabi-g++
43
- compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD
43
+ compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD
44
44
compiler.ar.cmd=arm-none-eabi-ar
45
45
compiler.ar.flags=rcs
46
46
compiler.objcopy.cmd=arm-none-eabi-objcopy
You can’t perform that action at this time.
0 commit comments