forked from forks/qmk_firmware
[Keyboard] Enable LTO by default on BastardKB Scylla (#13664)
This commit is contained in:
parent
5b904a92c4
commit
164a74a078
|
@ -23,3 +23,4 @@ RGB_MATRIX_DRIVER = WS2812 # RGB matrix driver support
|
||||||
BLUETOOTH_ENABLE = no # Enable Bluetooth
|
BLUETOOTH_ENABLE = no # Enable Bluetooth
|
||||||
AUDIO_ENABLE = no # Audio output
|
AUDIO_ENABLE = no # Audio output
|
||||||
SPLIT_KEYBOARD = yes
|
SPLIT_KEYBOARD = yes
|
||||||
|
LTO_ENABLE = yes
|
||||||
|
|
Loading…
Reference in a new issue