We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5aa42f commit 3fc41b5Copy full SHA for 3fc41b5
users/bcat/rules.mk
@@ -16,8 +16,9 @@ EXTRAKEY_ENABLE = yes
16
# reports a keyboard or mouse device.)
17
NKRO_ENABLE = yes
18
19
-# Enable link-time optimization to reduce binary size.
+# Enable link-time optimization and jump relaxing to reduce binary size.
20
LTO_ENABLE = yes
21
+AVR_CFLAGS += -mrelax
22
23
# Include common utilities shared across all our keymaps.
24
SRC += bcat.c
0 commit comments