Skip to content

C++17 standard + higher optimizations in Release build #5

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

Merged
merged 11 commits into from
Jul 4, 2022

Conversation

aminya
Copy link
Member

@aminya aminya commented Jul 4, 2022

atom#82

Description of the change

This PR adds a release configuration (as the default configuration) that:

  • Uses C++17 standard
  • Uses higher compiler optimizations
  • Target MacOS 10.15 and higher

Benefits

  • Newer C++ standard allows using better algorithms, optimizations, and better defaults in general. In future PRs, we can make use of C++17 features such as built-in optional support.
  • Higher compiler optimizations instruct the compilers to work hard for optimizing the code. This results in higher performance

Verifications

The tests pass.

Release Notes

  • Uses C++17 standard
  • Uses higher compiler optimizations

@aminya aminya changed the title Add standard variable + use c++14 C++17 standard + higher optimizations in Release build Jul 4, 2022
This was referenced Jul 4, 2022
@aminya aminya merged commit 90bc20c into master Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant