Skip to content

Commit

Permalink
Modify inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Jan 9, 2025
1 parent 4c6861a commit d575a47
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions cpp/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,7 @@
{
"name": "ninja-debug-asan",
"inherits": [
"base-debug",
"features-main",
"ninja-debug",
"sanitizer-asan"
],
"displayName": "Debug ASAN build with tests and more optional components",
Expand All @@ -567,8 +566,7 @@
{
"name": "ninja-debug-tsan",
"inherits": [
"base-debug",
"features-main",
"ninja-debug",
"sanitizer-tsan"
],
"displayName": "Debug TSAN build with tests and more optional components",
Expand All @@ -577,8 +575,7 @@
{
"name": "ninja-debug-ubsan",
"inherits": [
"base-debug",
"features-main",
"ninja-debug",
"sanitizer-ubsan"
],
"displayName": "Debug UBSAN build with tests and more optional components",
Expand Down

0 comments on commit d575a47

Please sign in to comment.