File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ compiler.warning_flags.all=-Wall -Wextra
2121compiler.path={runtime.tools.avr-gcc.path}/bin/
2222compiler.c.cmd=avr-gcc
2323compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects
24- compiler.c.elf.flags={compiler.warning_flags} -Os -flto -fuse-linker-plugin -Wl,--gc-sections
24+ compiler.c.elf.flags={compiler.warning_flags} -Os -g - flto -fuse-linker-plugin -Wl,--gc-sections
2525compiler.c.elf.cmd=avr-gcc
26- compiler.S.flags=-c -g -x assembler-with-cpp -flto
26+ compiler.S.flags=-c -g -x assembler-with-cpp -flto -MMD
2727compiler.cpp.cmd=avr-g++
2828compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto
2929compiler.ar.cmd=avr-gcc-ar
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sectio
2323compiler.c.elf.cmd=arm-none-eabi-gcc
2424compiler.c.elf.flags=-Os -Wl,--gc-sections
2525compiler.S.cmd=arm-none-eabi-gcc
26- compiler.S.flags=-c -g -x assembler-with-cpp
26+ compiler.S.flags=-c -g -x assembler-with-cpp -MMD
2727compiler.cpp.cmd=arm-none-eabi-g++
2828compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD
2929compiler.ar.cmd=arm-none-eabi-ar
You can’t perform that action at this time.
0 commit comments