-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMakeLists: Use -O2 in Release, set C11 standard and LTO properly
- Set CMAKE_C_STANDARD & CMAKE_CXX_STANDARD to C11/C++11 - Fix release build condition - Check LTO support properly - Enable experimental C11 atomics on MSVC - Set -O2 optimization level in release on GNU compilers
- Loading branch information
Showing
1 changed file
with
23 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters