summaryrefslogtreecommitdiff
path: root/show_options.mk
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-05-02 08:03:42 -0700
committerDrashna Jaelre <drashna@live.com>2019-05-05 17:31:48 -0700
commit8903b7913ae89e98a2e403266df6ae5ad8953136 (patch)
tree34a7d8b2a3e72238bd7c15d8d89dfa423542c15f /show_options.mk
parent59d28fe2884c0639ef020ece3e1bc6967ab0881f (diff)
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
Diffstat (limited to 'show_options.mk')
-rw-r--r--show_options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/show_options.mk b/show_options.mk
index c72059118f..02e062a8d9 100644
--- a/show_options.mk
+++ b/show_options.mk
@@ -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)"