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

Improve the handling of optimization flags, add --enable-lto. #414

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

AliceLR
Copy link
Owner

@AliceLR AliceLR commented Jan 14, 2024

  • Added --enable-lto for enabling link-time optimization.
  • The default debug optimization level is now -Og.
  • Sanitizer flags are now applied independently of release/debug.
  • Removed redundant optimization flags from console ports.

@AliceLR AliceLR added this to the 2.93b milestone Jan 14, 2024
@AliceLR AliceLR force-pushed the improve-optimize-flags branch from c07f17e to a837d26 Compare January 16, 2024 00:19
* Added --enable-lto for enabling link-time optimization.
* The default debug optimization level is now -Og.
* Sanitizer flags are now applied independently of release/debug.
* Removed redundant optimization flags from console ports.
@AliceLR AliceLR force-pushed the improve-optimize-flags branch from a837d26 to 5d42c7e Compare January 16, 2024 00:33
@AliceLR AliceLR merged commit f5cd70c into master Jan 16, 2024
14 checks passed
@AliceLR AliceLR deleted the improve-optimize-flags branch January 16, 2024 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant