From d2ccd62b578c11aea23b96e6dea2480c6d9d0dab Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Thu, 2 Dec 2021 01:05:40 +0000 Subject: Remove manual enable of LTO within keyboards (#15377) --- keyboards/tetris/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/tetris') 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 -- cgit v1.2.3