mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-03 19:20:46 +02:00

* 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
6 lines
101 B
Makefile
6 lines
101 B
Makefile
LTO_ENABLE = yes
|
|
RGBLIGHT_ENABLE = yes
|
|
EXTRAKEY_ENABLE = yes
|
|
AUDIO_ENABLE = yes
|
|
BOOTLOADER = qmk-dfu
|