diff options
author | Drashna Jaelre <drashna@live.com> | 2019-08-22 01:59:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-22 01:59:37 -0700 |
commit | a20e6aa0224ff243e6dc80259c9de868c4acc9ce (patch) | |
tree | 4800c2147ed5c6678d8460cea71ce23783140fd2 /keyboards/clueboard/card/rules.mk | |
parent | b5ee6c200c96df0b0e4557defdf3a61f70f5d260 (diff) | |
download | qmk_firmware-a20e6aa0224ff243e6dc80259c9de868c4acc9ce.tar.gz qmk_firmware-a20e6aa0224ff243e6dc80259c9de868c4acc9ce.zip |
Reduce compile size to fix various Travis CI errors (#6426)
Due to feature creep
Diffstat (limited to 'keyboards/clueboard/card/rules.mk')
-rw-r--r-- | keyboards/clueboard/card/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/clueboard/card/rules.mk b/keyboards/clueboard/card/rules.mk index 37b439e75a..46d6f91130 100644 --- a/keyboards/clueboard/card/rules.mk +++ b/keyboards/clueboard/card/rules.mk @@ -19,3 +19,5 @@ MIDI_ENABLE = no # MIDI controls UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = yes # Audio output on port C6 + +LINK_TIME_OPTIMIZATION_ENABLE = yes |