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,12 +14,12 @@ 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
18
- compiler.c.elf.flags=-Os -Wl,--gc-sections
17
+ compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -MMD -flto
18
+ compiler.c.elf.flags=-Os -Wl,--gc-sections -flto
19
19
compiler.c.elf.cmd=avr-gcc
20
20
compiler.S.flags=-c -g -x assembler-with-cpp
21
21
compiler.cpp.cmd=avr-g++
22
- compiler.cpp.flags=-c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -MMD
22
+ compiler.cpp.flags=-c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -MMD -flto
23
23
compiler.ar.cmd=avr-ar
24
24
compiler.ar.flags=rcs
25
25
compiler.objcopy.cmd=avr-objcopy
You can’t perform that action at this time.
0 commit comments