We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1e9bf commit 486e14aCopy full SHA for 486e14a
hardware/arduino/platforms.txt
@@ -43,7 +43,7 @@ avr.name=Arduino
43
#avr.compiler.path={0}/hardware/tools/avr/bin/
44
avr.compiler.c.cmd=avr-gcc
45
avr.compiler.c.flags=|-c|-g|-Os|-w|-ffunction-sections|-fdata-sections
46
-avr.compiler.c.elf.flags=|-Os|-Wl|--gc-sections
+avr.compiler.c.elf.flags=|-Os|-Wl,--gc-sections
47
avr.compiler.c.elf.cmd=avr-gcc
48
avr.compiler.S.flags=|-c|-g|-assembler-with-cpp
49
avr.compiler.cpp.cmd=avr-g++
0 commit comments