Skip to content

Commit 02ecb44

Browse files
committed
Disable BEMAN_BUILDSYS_SANITIZER in cmake presets
1 parent 9744beb commit 02ecb44

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CMakePresets.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"deprecated": false
3434
},
3535
"cacheVariables": {
36-
"CMAKE_BUILD_TYPE": "Debug",
37-
"BEMAN_BUILDSYS_SANITIZER": "MaxSan"
36+
"CMAKE_BUILD_TYPE": "Debug"
3837
}
3938
},
4039
{

examples/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ set(TODO tls-scheduler into_optional issue-start-reschedules loop)
2222

2323
set(ALL_EXAMPLES
2424
task_scheduler
25-
c++now-cancel
2625
c++now-errors
2726
alloc
2827
affinity
@@ -54,7 +53,7 @@ set(ALL_EXAMPLES
5453
)
5554

5655
if(NOT MSVC)
57-
list(APPEND ALL_EXAMPLES bulk c++now-allocator)
56+
list(APPEND ALL_EXAMPLES bulk c++now-allocator c++now-cancel)
5857
endif()
5958

6059
set(xALL_EXAMPLES issue-symmetric-transfer)

0 commit comments

Comments
 (0)