configtool: use LTO in default settings
like Makefile-AVR for quite some time
This commit is contained in:
parent
b0f3a0737d
commit
ec9fa99b66
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue