Skip to content

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