forked from forks/qmk_firmware
92385b3fb6
* Better handle LTO_ENABLE Especially when calling from command line * Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE * Remove long for LTO from show_options.mk
9 lines
299 B
Makefile
9 lines
299 B
Makefile
# https://github.com/qmk/qmk_firmware/issues/3448#issuecomment-406636125
|
|
# EXTRAFLAGS += -flto
|
|
LTO_ENABLE = yes
|
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
# COMMAND_ENABLE = no # Commands for debug and configuration
|
|
SPACE_CADET_ENABLE = no # Space Cadet
|
|
DYNAMIC_MACRO_ENABLE = yes
|