summaryrefslogtreecommitdiff
path: root/keyboards/tkc
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/tkc
parentb6d9a8026be574d13eff2cb6a06978c02a56c567 (diff)
Remove manual enable of LTO within keyboards (#15377)
Diffstat (limited to 'keyboards/tkc')
-rw-r--r--keyboards/tkc/candybar/lefty/rules.mk2
-rw-r--r--keyboards/tkc/candybar/righty/rules.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/tkc/candybar/lefty/rules.mk b/keyboards/tkc/candybar/lefty/rules.mk
index e5930eb829..9f2ae08570 100644
--- a/keyboards/tkc/candybar/lefty/rules.mk
+++ b/keyboards/tkc/candybar/lefty/rules.mk
@@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu
# Build Options
# comment out to disable the options.
#
-# EXTRAFLAGS+=-flto
+# LTO_ENABLE = yes
LTO_ENABLE = yes
BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
diff --git a/keyboards/tkc/candybar/righty/rules.mk b/keyboards/tkc/candybar/righty/rules.mk
index e5930eb829..9f2ae08570 100644
--- a/keyboards/tkc/candybar/righty/rules.mk
+++ b/keyboards/tkc/candybar/righty/rules.mk
@@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu
# Build Options
# comment out to disable the options.
#
-# EXTRAFLAGS+=-flto
+# LTO_ENABLE = yes
LTO_ENABLE = yes
BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite