diff options
author | Nick Brassel <nick@tzarc.org> | 2021-04-06 16:39:31 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 16:39:31 +1000 |
commit | 96acb499d2a818a7072d488c4fa445d9c2bf122a (patch) | |
tree | b56eaad2c502b1378b1eade6b9785ef90c81d4a2 /keyboards/mt64rgb | |
parent | 64a0f5a659190518a9361e0bd2e8caff0b3354f1 (diff) | |
download | qmk_firmware-96acb499d2a818a7072d488c4fa445d9c2bf122a.tar.gz qmk_firmware-96acb499d2a818a7072d488c4fa445d9c2bf122a.zip |
Fix up builds that are now too big for `develop` branch. (#12495)
Diffstat (limited to 'keyboards/mt64rgb')
-rw-r--r-- | keyboards/mt64rgb/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/mt64rgb/rules.mk b/keyboards/mt64rgb/rules.mk index 08450b37a3..b77c0d52b7 100644 --- a/keyboards/mt64rgb/rules.mk +++ b/keyboards/mt64rgb/rules.mk @@ -25,3 +25,5 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output LAYOUTS = 64_ansi + +LTO_ENABLE = yes |