diff options
author | Drashna Jaelre <drashna@live.com> | 2019-05-02 08:03:42 -0700 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-05-02 08:03:42 -0700 |
commit | 7e655a207e58fb8e5c7d76bd5727558e6b4c8b0c (patch) | |
tree | 3fc26c13ac531dbe71d18571e7ede29e5e39fea5 /show_options.mk | |
parent | 55d37d9fbcd85a49acbf539d751f0003e7b770ed (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.mk | 3 |
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)" |