aboutsummaryrefslogtreecommitdiff
path: root/users/konstantin/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/konstantin/rules.mk')
-rw-r--r--users/konstantin/rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/konstantin/rules.mk b/users/konstantin/rules.mk
index 8913e5755..6bda030fb 100644
--- a/users/konstantin/rules.mk
+++ b/users/konstantin/rules.mk
@@ -5,5 +5,8 @@ endif
5ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) 5ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
6 SRC += tap_dance.c 6 SRC += tap_dance.c
7endif 7endif
8ifneq (,$(filter yes,$(UNICODE_ENABLE) $(UNICODEMAP_ENABLE))) # if either is yes
9 SRC += unicode.c
10endif
8 11
9EXTRAFLAGS += -flto 12EXTRAFLAGS += -flto