File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ compiler.c.cmd=avr-gcc
1717compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -MMD
1818compiler.c.elf.flags=-Os -Wl,--gc-sections
1919compiler.c.elf.cmd=avr-gcc
20- compiler.S.flags=-c -g -assembler-with-cpp
20+ compiler.S.flags=-c -g -x assembler-with-cpp
2121compiler.cpp.cmd=avr-g++
2222compiler.cpp.flags=-c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -MMD
2323compiler.ar.cmd=avr-ar
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ compiler.c.cmd=arm-none-eabi-gcc
1515compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf
1616compiler.c.elf.cmd=arm-none-eabi-g++
1717compiler.c.elf.flags=-Os -Wl,--gc-sections
18- compiler.S.flags=-c -g -assembler-with-cpp
18+ compiler.S.flags=-c -g -x assembler-with-cpp
1919compiler.cpp.cmd=arm-none-eabi-g++
2020compiler.cpp.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf
2121compiler.ar.cmd=arm-none-eabi-ar
You can’t perform that action at this time.
0 commit comments