save a bit space
This commit is contained in:
parent
38fd24f414
commit
e2eb9283dd
2 changed files with 24 additions and 0 deletions
11
rules.mk
11
rules.mk
|
@ -1,3 +1,14 @@
|
|||
# properly optimize
|
||||
LTO_ENABLE = yes
|
||||
|
||||
# less debugging features
|
||||
COMMAND_ENABLE = no
|
||||
CONSOLE_ENABLE = no
|
||||
|
||||
# we have some real mouse
|
||||
MOUSEKEY_ENABLE = no
|
||||
|
||||
# more features we not use
|
||||
SPACE_CADET_ENABLE = no
|
||||
GRAVE_ESC_ENABLE = no
|
||||
MUSIC_ENABLE = no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue