summaryrefslogtreecommitdiff
path: root/keyboards/woodkeys/meira/keymaps/grahampheath
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-02-10 17:52:39 +0000
committerGitHub <noreply@github.com>2022-02-10 09:52:39 -0800
commite04f6c5d38d503140de3632e8850159e0ef362a6 (patch)
tree85fb4b873b8d716423c9dff740a45fe0112c157e /keyboards/woodkeys/meira/keymaps/grahampheath
parentf7e7671f691cfd42f322198f04690727f6493d73 (diff)
Remove manual enable of LTO within user keymaps (#15378)
Diffstat (limited to 'keyboards/woodkeys/meira/keymaps/grahampheath')
-rw-r--r--keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk b/keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk
index b3b1980eb1..1c61fe1c12 100644
--- a/keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk
+++ b/keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk
@@ -1,5 +1,5 @@
AUDIO_ENABLE = yes # Audio output on port C6
-EXTRAFLAGS+=-flto # -4-7k
+LTO_ENABLE = yes # -4-7k
MOUSEKEY_ENABLE = no # Mouse keys(-47kb)
ISSI_ENABLE = no
BACKLIGHT_ENABLE = no \ No newline at end of file