-
Notifications
You must be signed in to change notification settings - Fork 191
Make it clearer how the user can control compiler optimization #530
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for sharing, looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for these additions. I approve pending minor comments.
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @gareth-nx!
These edits to the README attempt to offer simple guidance on compiling stdlib with optimization flags.
In this discussion here it became clear that not everyone understands how to apply compiler optimizations to stdlib, although the discussion shows that is quite important for performance.
I think some simple pointers would help users who do not have much experience with build tools (like me!).