Skip to content

Commit

Permalink
Remove manual enable of LTO within keyboards (qmk#15377)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and coquizen committed Jun 3, 2022
1 parent eb27446 commit b38ee5a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion keyboards/1upkeyboards/1up60hse/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto
LTO_ENABLE = yes

LAYOUTS = 60_ansi
2 changes: 1 addition & 1 deletion keyboards/alf/x11/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto
LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/cmm_studio/fuji65/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto # Use link time optimization
LTO_ENABLE = yes # Use link time optimization

LAYOUTS = ortho_5x15
2 changes: 1 addition & 1 deletion keyboards/converter/usb_usb/ble/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ AUDIO_ENABLE = no # Audio output
BLUETOOTH = AdafruitBLE
ADAFRUIT_BLE_ENABLE = yes

EXTRAFLAGS += -flto
LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/hineybush/h87a/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable RGB underglow
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto
LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/noxary/260/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto
LTO_ENABLE = yes

LAYOUTS = 60_ansi 60_iso 60_hhkb 60_tsangan_hhkb
2 changes: 1 addition & 1 deletion keyboards/percent/booster/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto
LTO_ENABLE = yes

LAYOUTS = numpad_5x4
2 changes: 1 addition & 1 deletion keyboards/tetris/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion keyboards/tkc/candybar/lefty/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/tkc/candybar/righty/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/woodkeys/scarletbandana/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
AUDIO_ENABLE = yes # Audio output
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality, also set ISSI_ENABLE below for Miera
EXTRAFLAGS += -flto
LTO_ENABLE = yes

0 comments on commit b38ee5a

Please sign in to comment.