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/noxary | |
| 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/noxary')
| -rw-r--r-- | keyboards/noxary/260/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 17 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 18 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 18 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 19 | AUDIO_ENABLE = no # Audio output | 19 | AUDIO_ENABLE = no # Audio output |
| 20 | EXTRAFLAGS += -flto | 20 | LTO_ENABLE = yes |
| 21 | 21 | ||
| 22 | LAYOUTS = 60_ansi 60_iso 60_hhkb 60_tsangan_hhkb | 22 | LAYOUTS = 60_ansi 60_iso 60_hhkb 60_tsangan_hhkb |
