aboutsummaryrefslogtreecommitdiff
path: root/users/bcat/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/bcat/rules.mk')
-rw-r--r--users/bcat/rules.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/bcat/rules.mk b/users/bcat/rules.mk
index 107b470ed..6d3444b2c 100644
--- a/users/bcat/rules.mk
+++ b/users/bcat/rules.mk
@@ -1,3 +1,5 @@
1SRC += bcat.c
2
1# Enable Bootmagic Lite to consistently reset to bootloader and clear EEPROM. 3# Enable Bootmagic Lite to consistently reset to bootloader and clear EEPROM.
2BOOTMAGIC_ENABLE = lite 4BOOTMAGIC_ENABLE = lite
3 5
@@ -16,3 +18,6 @@ SLEEP_LED_ENABLE = no
16UCIS_ENABLE = no 18UCIS_ENABLE = no
17UNICODE_ENABLE = no 19UNICODE_ENABLE = no
18UNICODEMAP_ENABLE = no 20UNICODEMAP_ENABLE = no
21
22# Enable link-time optimization to reduce binary size.
23LINK_TIME_OPTIMIZATION_ENABLE = yes