configtool: use LTO in default settings

like Makefile-AVR for quite some time
This commit is contained in:
Nico Tonnhofer 2019-01-10 23:04:14 +01:00
parent b0f3a0737d
commit ec9fa99b66
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ cflags = -DF_CPU=%%F_CPU%% -mmcu=%%CPU%% -Wall -Wstrict-prototypes -std=gnu99
-funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
-Winline -fno-move-loop-invariants -fno-tree-scev-cprop -Os
-ffunction-sections -finline-functions-called-once -mcall-prologues
-Wa,-adhlns=%%ALNAME%% -save-temps=obj
-flto -Wa,-adhlns=%%ALNAME%% -save-temps=obj
# Flags passed to avr-gcc to be passed on to the linker.
ldflags = -Wl,--as-needed -Wl,--gc-sections