diff options
Diffstat (limited to 'users/bcat/rules.mk')
| -rw-r--r-- | users/bcat/rules.mk | 5 |
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 @@ | |||
| 1 | SRC += 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. |
| 2 | BOOTMAGIC_ENABLE = lite | 4 | BOOTMAGIC_ENABLE = lite |
| 3 | 5 | ||
| @@ -16,3 +18,6 @@ SLEEP_LED_ENABLE = no | |||
| 16 | UCIS_ENABLE = no | 18 | UCIS_ENABLE = no |
| 17 | UNICODE_ENABLE = no | 19 | UNICODE_ENABLE = no |
| 18 | UNICODEMAP_ENABLE = no | 20 | UNICODEMAP_ENABLE = no |
| 21 | |||
| 22 | # Enable link-time optimization to reduce binary size. | ||
| 23 | LINK_TIME_OPTIMIZATION_ENABLE = yes | ||
