Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove manual enable of LTO within keyboards #15377

Merged
merged 1 commit into from
Dec 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/butterstick/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ STENO_ENABLE = yes # Needed for chording

OPT_DEFS += -DONLYQWERTY -DDEBUG_MATRIX
SRC += sten.c
EXTRAFLAGS += -flto
LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/clueboard/66_hotswap/prototype/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#
BACKLIGHT_DRIVER = custom

EXTRAFLAGS += -flto
LTO_ENABLE = yes
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_ENABLE = yes
BLUETOOTH_DRIVER = AdafruitBLE

EXTRAFLAGS += -flto
LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/georgi/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ CONSOLE_ENABLE = yes
COMMAND_ENABLE = no
NKRO_ENABLE = yes

EXTRAFLAGS += -flto
LTO_ENABLE = yes
SRC += matrix.c i2c_master.c sten.c
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/idobo/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/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/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
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