diff options
| author | Joel Challis <git@zvecr.com> | 2021-12-02 01:05:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-02 01:05:40 +0000 |
| commit | d2ccd62b578c11aea23b96e6dea2480c6d9d0dab (patch) | |
| tree | 7c2fc535f81c00dcda3c1987bb557b99218d206c /keyboards/georgi | |
| parent | b6d9a8026be574d13eff2cb6a06978c02a56c567 (diff) | |
| download | qmk_firmware-d2ccd62b578c11aea23b96e6dea2480c6d9d0dab.tar.gz qmk_firmware-d2ccd62b578c11aea23b96e6dea2480c6d9d0dab.zip | |
Remove manual enable of LTO within keyboards (#15377)
Diffstat (limited to 'keyboards/georgi')
| -rw-r--r-- | keyboards/georgi/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/georgi/rules.mk b/keyboards/georgi/rules.mk index 0cf996ed4..f86716908 100644 --- a/keyboards/georgi/rules.mk +++ b/keyboards/georgi/rules.mk | |||
| @@ -12,5 +12,5 @@ CONSOLE_ENABLE = yes | |||
| 12 | COMMAND_ENABLE = no | 12 | COMMAND_ENABLE = no |
| 13 | NKRO_ENABLE = yes | 13 | NKRO_ENABLE = yes |
| 14 | 14 | ||
| 15 | EXTRAFLAGS += -flto | 15 | LTO_ENABLE = yes |
| 16 | SRC += matrix.c i2c_master.c sten.c | 16 | SRC += matrix.c i2c_master.c sten.c |
