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:
parent
55d37d9fbc
commit
7e655a207e
3 changed files with 11 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue