aboutsummaryrefslogtreecommitdiff
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
parentb6d9a8026be574d13eff2cb6a06978c02a56c567 (diff)
downloadqmk_firmware-d2ccd62b578c11aea23b96e6dea2480c6d9d0dab.tar.gz
qmk_firmware-d2ccd62b578c11aea23b96e6dea2480c6d9d0dab.zip
Remove manual enable of LTO within keyboards (#15377)
-rw-r--r--keyboards/1upkeyboards/1up60hse/rules.mk2
-rw-r--r--keyboards/alf/x11/rules.mk2
-rw-r--r--keyboards/butterstick/rules.mk2
-rw-r--r--keyboards/clueboard/66_hotswap/prototype/rules.mk2
-rw-r--r--keyboards/converter/usb_usb/ble/rules.mk2
-rw-r--r--keyboards/georgi/rules.mk2
-rw-r--r--keyboards/hineybush/h87a/rules.mk2
-rw-r--r--keyboards/idobo/rules.mk2
-rw-r--r--keyboards/noxary/260/rules.mk2
-rw-r--r--keyboards/percent/booster/rules.mk2
-rw-r--r--keyboards/scarletbandana/rules.mk2
-rwxr-xr-xkeyboards/tetris/rules.mk2
-rw-r--r--keyboards/tkc/candybar/lefty/rules.mk2
-rw-r--r--keyboards/tkc/candybar/righty/rules.mk2
14 files changed, 14 insertions, 14 deletions
diff --git a/keyboards/1upkeyboards/1up60hse/rules.mk b/keyboards/1upkeyboards/1up60hse/rules.mk
index 3dcd68940..b166d77f0 100644
--- a/keyboards/1upkeyboards/1up60hse/rules.mk
+++ b/keyboards/1upkeyboards/1up60hse/rules.mk
@@ -17,6 +17,6 @@ NKRO_ENABLE = yes # USB Nkey Rollover
17BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 17BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
18RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 18RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
19AUDIO_ENABLE = no # Audio output 19AUDIO_ENABLE = no # Audio output
20EXTRAFLAGS += -flto 20LTO_ENABLE = yes
21 21
22LAYOUTS = 60_ansi 22LAYOUTS = 60_ansi
diff --git a/keyboards/alf/x11/rules.mk b/keyboards/alf/x11/rules.mk
index 88daf0087..b1232f589 100644
--- a/keyboards/alf/x11/rules.mk
+++ b/keyboards/alf/x11/rules.mk
@@ -17,4 +17,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
17BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 17BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
18RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 18RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
19AUDIO_ENABLE = no # Audio output 19AUDIO_ENABLE = no # Audio output
20EXTRAFLAGS += -flto 20LTO_ENABLE = yes
diff --git a/keyboards/butterstick/rules.mk b/keyboards/butterstick/rules.mk
index c0d463c2d..60ec14df8 100644
--- a/keyboards/butterstick/rules.mk
+++ b/keyboards/butterstick/rules.mk
@@ -13,4 +13,4 @@ STENO_ENABLE = yes # Needed for chording
13 13
14OPT_DEFS += -DONLYQWERTY -DDEBUG_MATRIX 14OPT_DEFS += -DONLYQWERTY -DDEBUG_MATRIX
15SRC += sten.c 15SRC += sten.c
16EXTRAFLAGS += -flto 16LTO_ENABLE = yes
diff --git a/keyboards/clueboard/66_hotswap/prototype/rules.mk b/keyboards/clueboard/66_hotswap/prototype/rules.mk
index f144042ed..02ad91caa 100644
--- a/keyboards/clueboard/66_hotswap/prototype/rules.mk
+++ b/keyboards/clueboard/66_hotswap/prototype/rules.mk
@@ -3,4 +3,4 @@
3# 3#
4BACKLIGHT_DRIVER = custom 4BACKLIGHT_DRIVER = custom
5 5
6EXTRAFLAGS += -flto 6LTO_ENABLE = yes
diff --git a/keyboards/converter/usb_usb/ble/rules.mk b/keyboards/converter/usb_usb/ble/rules.mk
index 6244f7905..6c1829a02 100644
--- a/keyboards/converter/usb_usb/ble/rules.mk
+++ b/keyboards/converter/usb_usb/ble/rules.mk
@@ -15,4 +15,4 @@ AUDIO_ENABLE = no # Audio output
15BLUETOOTH_ENABLE = yes 15BLUETOOTH_ENABLE = yes
16BLUETOOTH_DRIVER = AdafruitBLE 16BLUETOOTH_DRIVER = AdafruitBLE
17 17
18EXTRAFLAGS += -flto 18LTO_ENABLE = yes
diff --git a/keyboards/georgi/rules.mk b/keyboards/georgi/rules.mk
index 0cf996ed4..f86716908 100644
--- a/keyboards/georgi/rules.mk
+++ b/keyboards/georgi/rules.mk
@@ -12,5 +12,5 @@ CONSOLE_ENABLE = yes
12COMMAND_ENABLE = no 12COMMAND_ENABLE = no
13NKRO_ENABLE = yes 13NKRO_ENABLE = yes
14 14
15EXTRAFLAGS += -flto 15LTO_ENABLE = yes
16SRC += matrix.c i2c_master.c sten.c 16SRC += matrix.c i2c_master.c sten.c
diff --git a/keyboards/hineybush/h87a/rules.mk b/keyboards/hineybush/h87a/rules.mk
index d4bab6bdb..8f0c1ea10 100644
--- a/keyboards/hineybush/h87a/rules.mk
+++ b/keyboards/hineybush/h87a/rules.mk
@@ -17,4 +17,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
17BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 17BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
18RGBLIGHT_ENABLE = yes # Enable RGB underglow 18RGBLIGHT_ENABLE = yes # Enable RGB underglow
19AUDIO_ENABLE = no # Audio output 19AUDIO_ENABLE = no # Audio output
20EXTRAFLAGS += -flto 20LTO_ENABLE = yes
diff --git a/keyboards/idobo/rules.mk b/keyboards/idobo/rules.mk
index 0b27e9e3c..2c83baeee 100644
--- a/keyboards/idobo/rules.mk
+++ b/keyboards/idobo/rules.mk
@@ -17,6 +17,6 @@ NKRO_ENABLE = no # USB Nkey Rollover
17BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 17BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
18RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 18RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
19AUDIO_ENABLE = no # Audio output 19AUDIO_ENABLE = no # Audio output
20EXTRAFLAGS += -flto # Use link time optimization 20LTO_ENABLE = yes # Use link time optimization
21 21
22LAYOUTS = ortho_5x15 22LAYOUTS = ortho_5x15
diff --git a/keyboards/noxary/260/rules.mk b/keyboards/noxary/260/rules.mk
index d22906c69..285e65c53 100644
--- a/keyboards/noxary/260/rules.mk
+++ b/keyboards/noxary/260/rules.mk
@@ -17,6 +17,6 @@ NKRO_ENABLE = no # USB Nkey Rollover
17BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 17BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
18RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow 18RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
19AUDIO_ENABLE = no # Audio output 19AUDIO_ENABLE = no # Audio output
20EXTRAFLAGS += -flto 20LTO_ENABLE = yes
21 21
22LAYOUTS = 60_ansi 60_iso 60_hhkb 60_tsangan_hhkb 22LAYOUTS = 60_ansi 60_iso 60_hhkb 60_tsangan_hhkb
diff --git a/keyboards/percent/booster/rules.mk b/keyboards/percent/booster/rules.mk
index 40e9c8196..f53e944b1 100644
--- a/keyboards/percent/booster/rules.mk
+++ b/keyboards/percent/booster/rules.mk
@@ -17,6 +17,6 @@ NKRO_ENABLE = no # USB Nkey Rollover
17BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 17BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
18RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 18RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
19AUDIO_ENABLE = no # Audio output 19AUDIO_ENABLE = no # Audio output
20EXTRAFLAGS += -flto 20LTO_ENABLE = yes
21 21
22LAYOUTS = numpad_5x4 22LAYOUTS = numpad_5x4
diff --git a/keyboards/scarletbandana/rules.mk b/keyboards/scarletbandana/rules.mk
index 9cf0d6004..2fc195a8e 100644
--- a/keyboards/scarletbandana/rules.mk
+++ b/keyboards/scarletbandana/rules.mk
@@ -17,4 +17,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
17AUDIO_ENABLE = yes # Audio output 17AUDIO_ENABLE = yes # Audio output
18RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. 18RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality, also set ISSI_ENABLE below for Miera 19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality, also set ISSI_ENABLE below for Miera
20EXTRAFLAGS += -flto 20LTO_ENABLE = yes
diff --git a/keyboards/tetris/rules.mk b/keyboards/tetris/rules.mk
index 65aca98cd..7f5d2646b 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:/
16BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 16BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
17AUDIO_ENABLE = yes 17AUDIO_ENABLE = yes
18RGBLIGHT_ENABLE = yes 18RGBLIGHT_ENABLE = yes
19EXTRAFLAGS = -flto 19LTO_ENABLE = yes
20ENCODER_ENABLE = yes 20ENCODER_ENABLE = yes
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
11LTO_ENABLE = yes 11LTO_ENABLE = yes
12BACKLIGHT_ENABLE = no 12BACKLIGHT_ENABLE = no
13BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite 13BOOTMAGIC_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
11LTO_ENABLE = yes 11LTO_ENABLE = yes
12BACKLIGHT_ENABLE = no 12BACKLIGHT_ENABLE = no
13BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite 13BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite