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/dztech/dz60rgb/keymaps | |
| parent | f7e7671f691cfd42f322198f04690727f6493d73 (diff) | |
Remove manual enable of LTO within user keymaps (#15378)
Diffstat (limited to 'keyboards/dztech/dz60rgb/keymaps')
| -rw-r--r-- | keyboards/dztech/dz60rgb/keymaps/matthewrobo/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dztech/dz60rgb/keymaps/matthewrobo/rules.mk b/keyboards/dztech/dz60rgb/keymaps/matthewrobo/rules.mk index 15b8ec1baf..e2618e5290 100644 --- a/keyboards/dztech/dz60rgb/keymaps/matthewrobo/rules.mk +++ b/keyboards/dztech/dz60rgb/keymaps/matthewrobo/rules.mk @@ -2,6 +2,6 @@ NKRO_ENABLE = yes # USB Nkey Rollover AUTO_SHIFT_ENABLE = yes # Auto Shift # VELOCIKEY_ENABLE = yes -EXTRAFLAGS += -flto +LTO_ENABLE = yes # SRC += dz60rgb.c |