1
0
Fork 0

Add option to enable LTO easily (#5674)

* Add option to enable LTO easily and disable features that cause compiling errors with LTO

* Add documentation about LTO option

* Add to show_options
This commit is contained in:
Drashna Jael're 2019-05-02 08:03:42 -07:00 committed by MechMerlin
parent 55d37d9fbc
commit 7e655a207e
3 changed files with 11 additions and 1 deletions

View file

@ -88,7 +88,8 @@ OTHER_OPTION_NAMES = \
RGB_MATRIX_KEYPRESSES \
LED_MIRRORED \
RGBLIGHT_FULL_POWER \
Link_Time_Optimization
Link_Time_Optimization \
LINK_TIME_OPTIMIZATION_ENABLE
define NAME_ECHO
@echo " $1 = $($1) # $(origin $1)"