Skip to content

Commit

Permalink
Merge branch 'master' into as/smt-verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarkoxed committed Aug 31, 2023
2 parents 80eb513 + cd0ff0e commit 6fc22ef
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions cpp/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
}
},
{
"name": "clang15",
"displayName": "Build with Clang-15",
"description": "Build with globally installed Clang-15",
"name": "clang16",
"displayName": "Build with Clang-16",
"description": "Build with globally installed Clang-16",
"inherits": "default",
"environment": {
"CC": "clang-15",
"CXX": "clang++-15"
"CC": "clang-16",
"CXX": "clang++-16"
}
},
{
"name": "clang15-dbg",
"displayName": "Debugging build with Clang-15",
"description": "Build with globally installed Clang-15 in debug mode",
"inherits": "clang15",
"name": "clang16-dbg",
"displayName": "Debugging build with Clang-16",
"description": "Build with globally installed Clang-16 in debug mode",
"inherits": "clang16",
"environment": {
"CMAKE_BUILD_TYPE": "Debug"
},
Expand Down Expand Up @@ -75,7 +75,7 @@
"name": "bench",
"displayName": "Build benchmarks",
"description": "Build default preset but with a special benchmark directory",
"inherits": "default",
"inherits": "clang16",
"binaryDir": "build-bench"
},
{
Expand Down Expand Up @@ -161,14 +161,14 @@
"configurePreset": "homebrew"
},
{
"name": "clang15",
"name": "clang16",
"inherits": "default",
"configurePreset": "clang15"
"configurePreset": "clang16"
},
{
"name": "clang15-dbg",
"name": "clang16-dbg",
"inherits": "default",
"configurePreset": "clang15-dbg"
"configurePreset": "clang16-dbg"
},
{
"name": "gcc",
Expand All @@ -182,7 +182,7 @@
},
{
"name": "bench",
"inherits": "default",
"inherits": "clang16",
"configurePreset": "bench"
},
{
Expand Down Expand Up @@ -229,14 +229,14 @@
"configurePreset": "homebrew"
},
{
"name": "clang15",
"name": "clang16",
"inherits": "default",
"configurePreset": "clang15"
"configurePreset": "clang16"
},
{
"name": "clang15-dbg",
"name": "clang16-dbg",
"inherits": "default",
"configurePreset": "clang15-dbg"
"configurePreset": "clang16-dbg"
},
{
"name": "gcc",
Expand All @@ -250,7 +250,7 @@
},
{
"name": "bench",
"inherits": "default",
"inherits": "clang16",
"configurePreset": "bench"
},
{
Expand Down

0 comments on commit 6fc22ef

Please sign in to comment.