1
0
Fork 0

Remove manual enable of LTO within user keymaps (#15378)

This commit is contained in:
Joel Challis 2022-02-10 17:52:39 +00:00 committed by GitHub
parent f7e7671f69
commit e04f6c5d38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 11 additions and 13 deletions

View file

@ -1,4 +1,4 @@
RGBLIGHT_ENABLE = yes
KEY_LOCK_ENABLE = yes
CONSOLE_ENABLE = no
EXTRAFLAGS += -flto
LTO_ENABLE = yes

View file

@ -41,4 +41,4 @@ ifeq ($(strip $(RGBLIGHT_SPLIT_ENABLE)), yes)
endif
# Link time optimization, should save on firmware size
EXTRAFLAGS += -flto
LTO_ENABLE = yes