summaryrefslogtreecommitdiff
path: root/keyboards/tetris/rules.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-12-02 01:05:40 +0000
committerGitHub <noreply@github.com>2021-12-02 01:05:40 +0000
commitd2ccd62b578c11aea23b96e6dea2480c6d9d0dab (patch)
tree7c2fc535f81c00dcda3c1987bb557b99218d206c /keyboards/tetris/rules.mk
parentb6d9a8026be574d13eff2cb6a06978c02a56c567 (diff)
Remove manual enable of LTO within keyboards (#15377)
Diffstat (limited to 'keyboards/tetris/rules.mk')
-rwxr-xr-xkeyboards/tetris/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/tetris/rules.mk b/keyboards/tetris/rules.mk
index 65aca98cd3..7f5d2646bf 100755
--- a/keyboards/tetris/rules.mk
+++ b/keyboards/tetris/rules.mk
@@ -16,5 +16,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https:/
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = yes
RGBLIGHT_ENABLE = yes
-EXTRAFLAGS = -flto
+LTO_ENABLE = yes
ENCODER_ENABLE = yes