rules.mk 398 B

12345678910111213
  1. SRC += xulkal.c \
  2. process_records.c
  3. # Some usual defaults
  4. MOUSEKEY_ENABLE = no # Mouse keys (+4700)
  5. EXTRAKEY_ENABLE = yes # Audio control and System control (+450)
  6. TAP_DANCE_ENABLE = yes # Enable the tap dance feature. (+1100)
  7. ifneq ($(strip $(DISABLE_LTO)), yes)
  8. EXTRAFLAGS += -flto
  9. OPT_DEFS += -DNO_ACTION_MACRO
  10. OPT_DEFS += -DNO_ACTION_FUNCTION
  11. endif