We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f91acc commit b49b07fCopy full SHA for b49b07f
platform.txt
@@ -43,7 +43,7 @@ compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g {compiler.optimization_flags} {
43
compiler.c.elf.cmd=arm-none-eabi-g++
44
compiler.c.elf.flags={compiler.optimization_flags} -Wl,--gc-sections -save-temps
45
compiler.S.cmd=arm-none-eabi-gcc
46
-compiler.S.flags=-c -g -x assembler-with-cpp -MMD
+compiler.S.flags=-mcpu={build.mcu} -mthumb -c -g -x assembler-with-cpp -MMD
47
compiler.cpp.cmd=arm-none-eabi-g++
48
compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -g {compiler.optimization_flags} {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
49
compiler.ar.cmd=arm-none-eabi-ar
0 commit comments