diff options
author | Drashna Jaelre <drashna@live.com> | 2021-11-16 17:45:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 17:45:06 -0800 |
commit | 9ca0cd81bf8a14c60a0957137d0cb94d9b07aaf8 (patch) | |
tree | 50a05da467813dfa34174858cf35dafe9f9ee07f /keyboards/dztech/dz60rgb_ansi/v2/rules.mk | |
parent | 6f3861fac537a9424f8b8a7b735f1afafe9b4755 (diff) |
[Keyboard] Fix handful of boards compiling too large due to RGB matrix changes (#15184)
Diffstat (limited to 'keyboards/dztech/dz60rgb_ansi/v2/rules.mk')
-rw-r--r-- | keyboards/dztech/dz60rgb_ansi/v2/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/dztech/dz60rgb_ansi/v2/rules.mk b/keyboards/dztech/dz60rgb_ansi/v2/rules.mk index 41fdb211ed..8318468880 100644 --- a/keyboards/dztech/dz60rgb_ansi/v2/rules.mk +++ b/keyboards/dztech/dz60rgb_ansi/v2/rules.mk @@ -22,3 +22,5 @@ AUDIO_ENABLE = no # Audio output RGB_MATRIX_ENABLE = yes # Use RGB matrix RGB_MATRIX_DRIVER = IS31FL3733 NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in + +LTO_ENABLE = yes |