diff options
| author | Joel Challis | 2022-02-10 18:52:39 +0100 |
|---|---|---|
| committer | GitHub | 2022-02-10 18:52:39 +0100 |
| commit | e04f6c5d38d503140de3632e8850159e0ef362a6 (patch) | |
| tree | 85fb4b873b8d716423c9dff740a45fe0112c157e /keyboards/contra | |
| parent | f7e7671f691cfd42f322198f04690727f6493d73 (diff) | |
Remove manual enable of LTO within user keymaps (#15378)
Diffstat (limited to 'keyboards/contra')
| -rw-r--r-- | keyboards/contra/keymaps/maxr1998/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/contra/keymaps/maxr1998/rules.mk b/keyboards/contra/keymaps/maxr1998/rules.mk index e1ba074290..8607ce19ef 100644 --- a/keyboards/contra/keymaps/maxr1998/rules.mk +++ b/keyboards/contra/keymaps/maxr1998/rules.mk @@ -1,7 +1,7 @@ RGBLIGHT_ENABLE = yes KEY_LOCK_ENABLE = yes -EXTRAFLAGS += -flto +LTO_ENABLE = yes UNICODE_ENABLE = no MOUSEKEY_ENABLE = no |