We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c209e33 commit 65d86acCopy full SHA for 65d86ac
hardware/arduino/avr/platform.txt
@@ -23,7 +23,7 @@ compiler.c.cmd=avr-gcc
23
compiler.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
25
compiler.c.elf.cmd=avr-gcc
26
-compiler.S.flags=-c -g -x assembler-with-cpp -flto
+compiler.S.flags=-c -g -x assembler-with-cpp -flto -MMD
27
compiler.cpp.cmd=avr-g++
28
compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto
29
compiler.ar.cmd=avr-gcc-ar
0 commit comments