File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ compiler.warning_flags.all=-Wall -Wextra
3030
3131compiler.path={runtime.tools.gcc-arm-none-eabi-9.3.1-1.path}/bin/
3232compiler.c.cmd=arm-none-eabi-gcc
33- compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} {build.float_flags} -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD
33+ compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} {build.float_flags} -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -std=gnu17 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD
3434compiler.c.elf.cmd=arm-none-eabi-g++
3535compiler.c.elf.flags=-Os -Wl,--gc-sections -save-temps
3636compiler.S.cmd=arm-none-eabi-gcc
3737compiler.S.flags=-c -g -x assembler-with-cpp
3838compiler.cpp.cmd=arm-none-eabi-g++
39- compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} {build.float_flags} -Wno-unused-parameter -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD
39+ compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} {build.float_flags} -Wno-unused-parameter -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD
4040compiler.ar.cmd=arm-none-eabi-ar
4141compiler.ar.flags=rcs
4242compiler.objcopy.cmd=arm-none-eabi-objcopy
You can’t perform that action at this time.
0 commit comments