diff options
author | Joel Challis <git@zvecr.com> | 2022-02-10 17:52:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 09:52:39 -0800 |
commit | e04f6c5d38d503140de3632e8850159e0ef362a6 (patch) | |
tree | 85fb4b873b8d716423c9dff740a45fe0112c157e /keyboards/dztech/dz65rgb/keymaps/drootz/rules.mk | |
parent | f7e7671f691cfd42f322198f04690727f6493d73 (diff) |
Remove manual enable of LTO within user keymaps (#15378)
Diffstat (limited to 'keyboards/dztech/dz65rgb/keymaps/drootz/rules.mk')
-rw-r--r-- | keyboards/dztech/dz65rgb/keymaps/drootz/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dztech/dz65rgb/keymaps/drootz/rules.mk b/keyboards/dztech/dz65rgb/keymaps/drootz/rules.mk index 24a765ab9a..2f8ab8ecc3 100644 --- a/keyboards/dztech/dz65rgb/keymaps/drootz/rules.mk +++ b/keyboards/dztech/dz65rgb/keymaps/drootz/rules.mk @@ -2,7 +2,7 @@ DYNAMIC_MACRO_ENABLE = yes LEADER_ENABLE = yes # Firmware size Optimizations -EXTRAFLAGS += -flto +LTO_ENABLE = yes MOUSEKEY_ENABLE = no NKRO_ENABLE = no SPACE_CADET_ENABLE = no |