File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ version=1.5.6
14
14
# Default "compiler.path" is correct, change only if you want to overidde the initial value
15
15
compiler.path={runtime.ide.path}/hardware/tools/avr/bin/
16
16
compiler.c.cmd=avr-gcc
17
- compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -MMD -flto
17
+ compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -MMD
18
18
# -w flag added to avoid printing a wrong warning http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59396
19
19
# This is fixed in gcc 4.8.3 and will be removed as soon as we update the toolchain
20
- compiler.c.elf.flags=-w -flto - Os -Wl,--gc-sections
20
+ compiler.c.elf.flags=-w -Os -Wl,--gc-sections
21
21
compiler.c.elf.cmd=avr-gcc
22
22
compiler.S.flags=-c -g -x assembler-with-cpp
23
23
compiler.cpp.cmd=avr-g++
24
- compiler.cpp.flags=-c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -MMD -flto
24
+ compiler.cpp.flags=-c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -MMD
25
25
compiler.ar.cmd=avr-ar
26
26
compiler.ar.flags=rcs
27
27
compiler.objcopy.cmd=avr-objcopy
You can’t perform that action at this time.
0 commit comments