Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to enable LTO easily #5674

Merged
merged 3 commits into from
May 2, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add to show_options
  • Loading branch information
drashna committed Apr 21, 2019
commit ac30f1712c7a7b0d238e0d6227f55db20de91c07
3 changes: 2 additions & 1 deletion show_options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down