mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-03 06:22:04 +00:00
Enable LTO when compiling for launch_1
This commit is contained in:
parent
31ac5f8d00
commit
4acebc2ca9
@ -34,6 +34,7 @@ RGBLIGHT_ENABLE = no # Support for RGB backlight (conflicts with RGB_MATR
|
|||||||
RGB_MATRIX_ENABLE = WS2812 # Support for RGB matrix
|
RGB_MATRIX_ENABLE = WS2812 # Support for RGB matrix
|
||||||
RGB_MATRIX_CUSTOM_KB = yes # Allow custom keyboard effect
|
RGB_MATRIX_CUSTOM_KB = yes # Allow custom keyboard effect
|
||||||
USB_6KRO_ENABLE = no # 6key Rollover
|
USB_6KRO_ENABLE = no # 6key Rollover
|
||||||
|
LTO_ENABLE = yes # Link-time optimization for smaller binary
|
||||||
|
|
||||||
# Add System76 EC command interface
|
# Add System76 EC command interface
|
||||||
SRC+=../system76_ec.c
|
SRC+=../system76_ec.c
|
||||||
|
Loading…
Reference in New Issue
Block a user