Remove manual enable of LTO within user keymaps (#15378)
parent
f7e7671f69
commit
e04f6c5d38
@ -1,3 +1,3 @@ |
|||||||
KEY_LOCK_ENABLE = yes
|
KEY_LOCK_ENABLE = yes
|
||||||
CONSOLE_ENABLE = no
|
CONSOLE_ENABLE = no
|
||||||
EXTRAFLAGS += -flto
|
LTO_ENABLE = yes
|
||||||
|
@ -1,4 +1,3 @@ |
|||||||
KEY_LOCK_ENABLE = yes
|
KEY_LOCK_ENABLE = yes
|
||||||
CONSOLE_ENABLE = no
|
CONSOLE_ENABLE = no
|
||||||
EXTRAFLAGS += -flto
|
LTO_ENABLE = yes
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@ |
|||||||
RGBLIGHT_ENABLE = yes
|
RGBLIGHT_ENABLE = yes
|
||||||
KEY_LOCK_ENABLE = yes
|
KEY_LOCK_ENABLE = yes
|
||||||
CONSOLE_ENABLE = no
|
CONSOLE_ENABLE = no
|
||||||
EXTRAFLAGS += -flto
|
LTO_ENABLE = yes
|
||||||
|
@ -1,2 +1,2 @@ |
|||||||
AUDIO_ENABLE = yes # Audio output on port C6
|
AUDIO_ENABLE = yes # Audio output on port C6
|
||||||
EXTRAFLAGS+=-flto # -4-7k
|
LTO_ENABLE = yes # -4-7k
|
||||||
|
@ -1,5 +1,5 @@ |
|||||||
AUDIO_ENABLE = yes # Audio output on port C6
|
AUDIO_ENABLE = yes # Audio output on port C6
|
||||||
EXTRAFLAGS+=-flto # -4-7k
|
LTO_ENABLE = yes # -4-7k
|
||||||
MOUSEKEY_ENABLE = no # Mouse keys(-47kb)
|
MOUSEKEY_ENABLE = no # Mouse keys(-47kb)
|
||||||
ISSI_ENABLE = no
|
ISSI_ENABLE = no
|
||||||
BACKLIGHT_ENABLE = no
|
BACKLIGHT_ENABLE = no
|
Loading…
Reference in new issue