diff options
author | Joel Challis <git@zvecr.com> | 2021-12-02 01:05:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 01:05:40 +0000 |
commit | d2ccd62b578c11aea23b96e6dea2480c6d9d0dab (patch) | |
tree | 7c2fc535f81c00dcda3c1987bb557b99218d206c /keyboards/tkc | |
parent | b6d9a8026be574d13eff2cb6a06978c02a56c567 (diff) | |
download | qmk_firmware-d2ccd62b578c11aea23b96e6dea2480c6d9d0dab.tar.gz qmk_firmware-d2ccd62b578c11aea23b96e6dea2480c6d9d0dab.zip |
Remove manual enable of LTO within keyboards (#15377)
Diffstat (limited to 'keyboards/tkc')
-rw-r--r-- | keyboards/tkc/candybar/lefty/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/tkc/candybar/righty/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/tkc/candybar/lefty/rules.mk b/keyboards/tkc/candybar/lefty/rules.mk index e5930eb82..9f2ae0857 100644 --- a/keyboards/tkc/candybar/lefty/rules.mk +++ b/keyboards/tkc/candybar/lefty/rules.mk | |||
@@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu | |||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # comment out to disable the options. |
9 | # | 9 | # |
10 | # EXTRAFLAGS+=-flto | 10 | # LTO_ENABLE = yes |
11 | LTO_ENABLE = yes | 11 | LTO_ENABLE = yes |
12 | BACKLIGHT_ENABLE = no | 12 | BACKLIGHT_ENABLE = no |
13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/tkc/candybar/righty/rules.mk b/keyboards/tkc/candybar/righty/rules.mk index e5930eb82..9f2ae0857 100644 --- a/keyboards/tkc/candybar/righty/rules.mk +++ b/keyboards/tkc/candybar/righty/rules.mk | |||
@@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu | |||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # comment out to disable the options. |
9 | # | 9 | # |
10 | # EXTRAFLAGS+=-flto | 10 | # LTO_ENABLE = yes |
11 | LTO_ENABLE = yes | 11 | LTO_ENABLE = yes |
12 | BACKLIGHT_ENABLE = no | 12 | BACKLIGHT_ENABLE = no |
13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |