Skip to content

Commit

Permalink
Lower c++ std version to 17 for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Feb 14, 2024
1 parent fb10cb5 commit 388647e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
"CMT_ENABLE_TESTS": "TRUE",
"CMT_ENABLE_BENCH": "TRUE",
"CMT_CMAKE_DEBUG": "TRUE",
"CMAKE_CXX_STANDARD": "20",
"CMAKE_CXX_STANDARD": "17",
"CMAKE_CXX_STANDARD_REQUIRED": "TRUE",
"CMAKE_CXX_EXTENSIONS": "FALSE",
"CMAKE_POSITION_INDEPENDENT_CODE": "TRUE",
"CMAKE_CXX_FLAGS": "-O3 -DNDEBUG",
"CMAKE_CXX_FLAGS_DEBUG": "-O0 -g3 -ggdb -fno-omit-frame-pointer",
"CMAKE_CXX_FLAGS_RELWITHDEBINFO": "-Og -g3 -g -fno-omit-frame-pointer"
}
Expand Down

0 comments on commit 388647e

Please sign in to comment.