From d2ccd62b578c11aea23b96e6dea2480c6d9d0dab Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Thu, 2 Dec 2021 01:05:40 +0000 Subject: Remove manual enable of LTO within keyboards (#15377) --- keyboards/georgi/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/georgi/rules.mk') diff --git a/keyboards/georgi/rules.mk b/keyboards/georgi/rules.mk index 0cf996ed48..f86716908d 100644 --- a/keyboards/georgi/rules.mk +++ b/keyboards/georgi/rules.mk @@ -12,5 +12,5 @@ CONSOLE_ENABLE = yes COMMAND_ENABLE = no NKRO_ENABLE = yes -EXTRAFLAGS += -flto +LTO_ENABLE = yes SRC += matrix.c i2c_master.c sten.c -- cgit v1.2.3