summaryrefslogtreecommitdiff
path: root/keyboards/zinc/keymaps/default/rules.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-09-28 03:50:06 +1000
committerGitHub <noreply@github.com>2021-09-28 03:50:06 +1000
commitae993dc068b18f87174a8e313d84fcf88281147f (patch)
tree303ae77fcf36aad4ceeee3e2fc99c16345e5d3cf /keyboards/zinc/keymaps/default/rules.mk
parente8b7cee9d321d24467fe408f2915cc69a44bcc4d (diff)
Zinc: Clean up LTO rules (#14597)
Diffstat (limited to 'keyboards/zinc/keymaps/default/rules.mk')
-rw-r--r--keyboards/zinc/keymaps/default/rules.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/zinc/keymaps/default/rules.mk b/keyboards/zinc/keymaps/default/rules.mk
index 883f0fc603..5cdd1c81aa 100644
--- a/keyboards/zinc/keymaps/default/rules.mk
+++ b/keyboards/zinc/keymaps/default/rules.mk
@@ -14,6 +14,7 @@ AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = no # Unicode
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
SWAP_HANDS_ENABLE = no # Enable one-hand typing
+LTO_ENABLE = no # if firmware size over limit, try this option
define ZINC_CUSTOMISE_MSG
$(info Zinc customize)
@@ -35,7 +36,6 @@ RGB_MATRIX = no # RGB LED Matrix
RGB_MATRIX_SPLIT_RIGHT = no # RGB Matrix for RIGHT Hand
LED_ANIMATIONS = yes # LED animations
IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone)
-Link_Time_Optimization = no # if firmware size over limit, try this option
#### LED_BACK_ENABLE and LED_UNDERGLOW_ENABLE.
#### Do not enable these with audio at the same time.
@@ -121,10 +121,6 @@ ifeq ($(strip $(RGB_MATRIX_SPLIT_RIGHT)), yes)
OPT_DEFS += -DRGB_MATRIX_SPLIT_RIGHT
endif
-ifeq ($(strip $(Link_Time_Optimization)),yes)
- EXTRAFLAGS += -flto -DUSE_Link_Time_Optimization
-endif
-
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend