From 4acebc2ca993d8bed9ee65c0ee4a5e00e57c170e Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Fri, 19 Feb 2021 12:17:38 -0800 Subject: [PATCH] Enable LTO when compiling for launch_1 --- keyboards/system76/launch_1/rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/system76/launch_1/rules.mk b/keyboards/system76/launch_1/rules.mk index b035fea7a16..fcdd83fa6a4 100644 --- a/keyboards/system76/launch_1/rules.mk +++ b/keyboards/system76/launch_1/rules.mk @@ -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_CUSTOM_KB = yes # Allow custom keyboard effect USB_6KRO_ENABLE = no # 6key Rollover +LTO_ENABLE = yes # Link-time optimization for smaller binary # Add System76 EC command interface SRC+=../system76_ec.c