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) | |
| download | qmk_firmware-7e655a207e58fb8e5c7d76bd5727558e6b4c8b0c.tar.gz qmk_firmware-7e655a207e58fb8e5c7d76bd5727558e6b4c8b0c.zip | |
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 c72059118..02e062a8d 100644 --- a/show_options.mk +++ b/show_options.mk | |||
| @@ -88,7 +88,8 @@ OTHER_OPTION_NAMES = \ | |||
| 88 | RGB_MATRIX_KEYPRESSES \ | 88 | RGB_MATRIX_KEYPRESSES \ |
| 89 | LED_MIRRORED \ | 89 | LED_MIRRORED \ |
| 90 | RGBLIGHT_FULL_POWER \ | 90 | RGBLIGHT_FULL_POWER \ |
| 91 | Link_Time_Optimization | 91 | Link_Time_Optimization \ |
| 92 | LINK_TIME_OPTIMIZATION_ENABLE | ||
| 92 | 93 | ||
| 93 | define NAME_ECHO | 94 | define NAME_ECHO |
| 94 | @echo " $1 = $($1) # $(origin $1)" | 95 | @echo " $1 = $($1) # $(origin $1)" |
