Browse Source

Remove manual enable of LTO within keyboards (#15377)

pull/15381/head
Joel Challis 2 years ago
committed by GitHub
parent
commit
d2ccd62b57
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 14 additions and 14 deletions
  1. +1
    -1
      keyboards/1upkeyboards/1up60hse/rules.mk
  2. +1
    -1
      keyboards/alf/x11/rules.mk
  3. +1
    -1
      keyboards/butterstick/rules.mk
  4. +1
    -1
      keyboards/clueboard/66_hotswap/prototype/rules.mk
  5. +1
    -1
      keyboards/converter/usb_usb/ble/rules.mk
  6. +1
    -1
      keyboards/georgi/rules.mk
  7. +1
    -1
      keyboards/hineybush/h87a/rules.mk
  8. +1
    -1
      keyboards/idobo/rules.mk
  9. +1
    -1
      keyboards/noxary/260/rules.mk
  10. +1
    -1
      keyboards/percent/booster/rules.mk
  11. +1
    -1
      keyboards/scarletbandana/rules.mk
  12. +1
    -1
      keyboards/tetris/rules.mk
  13. +1
    -1
      keyboards/tkc/candybar/lefty/rules.mk
  14. +1
    -1
      keyboards/tkc/candybar/righty/rules.mk

+ 1
- 1
keyboards/1upkeyboards/1up60hse/rules.mk View File

@ -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

+ 1
- 1
keyboards/alf/x11/rules.mk View File

@ -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

+ 1
- 1
keyboards/butterstick/rules.mk View File

@ -13,4 +13,4 @@ STENO_ENABLE = yes # Needed for chording
OPT_DEFS += -DONLYQWERTY -DDEBUG_MATRIX
SRC += sten.c
EXTRAFLAGS += -flto
LTO_ENABLE = yes

+ 1
- 1
keyboards/clueboard/66_hotswap/prototype/rules.mk View File

@ -3,4 +3,4 @@
#
BACKLIGHT_DRIVER = custom
EXTRAFLAGS += -flto
LTO_ENABLE = yes

+ 1
- 1
keyboards/converter/usb_usb/ble/rules.mk View File

@ -15,4 +15,4 @@ AUDIO_ENABLE = no # Audio output
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = AdafruitBLE
EXTRAFLAGS += -flto
LTO_ENABLE = yes

+ 1
- 1
keyboards/georgi/rules.mk View File

@ -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

+ 1
- 1
keyboards/hineybush/h87a/rules.mk View File

@ -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

+ 1
- 1
keyboards/idobo/rules.mk View File

@ -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

+ 1
- 1
keyboards/noxary/260/rules.mk View File

@ -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

+ 1
- 1
keyboards/percent/booster/rules.mk View File

@ -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

+ 1
- 1
keyboards/scarletbandana/rules.mk View File

@ -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

+ 1
- 1
keyboards/tetris/rules.mk View File

@ -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

+ 1
- 1
keyboards/tkc/candybar/lefty/rules.mk View File

@ -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


+ 1
- 1
keyboards/tkc/candybar/righty/rules.mk View File

@ -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


Loading…
Cancel
Save