diff options
Diffstat (limited to 'keyboards/butterstick/rules.mk')
-rw-r--r-- | keyboards/butterstick/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/butterstick/rules.mk b/keyboards/butterstick/rules.mk index c0d463c2df..60ec14df81 100644 --- a/keyboards/butterstick/rules.mk +++ b/keyboards/butterstick/rules.mk @@ -13,4 +13,4 @@ STENO_ENABLE = yes # Needed for chording OPT_DEFS += -DONLYQWERTY -DDEBUG_MATRIX SRC += sten.c -EXTRAFLAGS += -flto +LTO_ENABLE = yes |