Skip to content

Commit

Permalink
cmake: remove comments from CMakePresets (unsupported on some platfor…
Browse files Browse the repository at this point in the history
…ms), ref #88
  • Loading branch information
iboB committed Jun 14, 2024
1 parent 30b58ba commit b7083b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"cacheVariables": { "SAN_THREAD": true }
},

// common presets
{
"name": "debug",
"inherits": "base-debug"
Expand All @@ -68,7 +67,6 @@
"inherits": ["base-release", "static"]
},

// sanitizer presets
{
"name": "asan-debug",
"inherits": ["base-debug", "asan"]
Expand All @@ -86,12 +84,11 @@
"inherits": ["base-release", "tsan"]
},
{
// linux supports combining these sanitizers
"name": "aublsan-debug",
"description": "combining addr, ub and leak sanitizers is widely supported on many platforms",
"inherits": ["base-debug", "asan", "ubsan", "lsan"]
},

// platform specific presets (may only work with an IDE)
{
"name": "win-32bit-debug",
"inherits": "base-debug",
Expand Down

0 comments on commit b7083b0

Please sign in to comment.