diff options
author | Drashna Jaelre <drashna@live.com> | 2020-08-22 01:21:06 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2020-09-30 03:39:42 -0700 |
commit | f454a7be21bd501d7ee90bc0aa7c42bdc549ccd3 (patch) | |
tree | 67ff78bc498d65e8fb5ef6c602979cea59bb229c /show_options.mk | |
parent | 2d4e228d0a12ee6e14683792b4e8886e07f52763 (diff) |
Better handle LTO_ENABLE (#9832)
* Better handle LTO_ENABLE
Especially when calling from command line
* Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE
* Remove long for LTO from show_options.mk
Diffstat (limited to 'show_options.mk')
-rw-r--r-- | show_options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/show_options.mk b/show_options.mk index 9a46bb9a8c..8eef258778 100644 --- a/show_options.mk +++ b/show_options.mk @@ -84,8 +84,7 @@ OTHER_OPTION_NAMES = \ RGB_MATRIX_KEYPRESSES \ LED_MIRRORED \ RGBLIGHT_FULL_POWER \ - Link_Time_Optimization \ - LINK_TIME_OPTIMIZATION_ENABLE + LTO_ENABLE define NAME_ECHO @echo " $1 = $($1) # $(origin $1)" |