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 71c36ec commit fdabc89Copy full SHA for fdabc89
platform.txt
@@ -37,7 +37,7 @@ compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} -s
37
compiler.c.elf.cmd=arm-none-eabi-gcc
38
compiler.c.elf.flags=-Os -Wl,--gc-sections -save-temps
39
compiler.S.cmd=arm-none-eabi-gcc
40
-compiler.S.flags=-c -g -x assembler-with-cpp
+compiler.S.flags=-c -g -x assembler-with-cpp -MMD
41
compiler.cpp.cmd=arm-none-eabi-g++
42
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
43
compiler.ar.cmd=arm-none-eabi-ar
0 commit comments