We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9744beb commit 02ecb44Copy full SHA for 02ecb44
CMakePresets.json
@@ -33,8 +33,7 @@
33
"deprecated": false
34
},
35
"cacheVariables": {
36
- "CMAKE_BUILD_TYPE": "Debug",
37
- "BEMAN_BUILDSYS_SANITIZER": "MaxSan"
+ "CMAKE_BUILD_TYPE": "Debug"
38
}
39
40
{
examples/CMakeLists.txt
@@ -22,7 +22,6 @@ set(TODO tls-scheduler into_optional issue-start-reschedules loop)
22
23
set(ALL_EXAMPLES
24
task_scheduler
25
- c++now-cancel
26
c++now-errors
27
alloc
28
affinity
@@ -54,7 +53,7 @@ set(ALL_EXAMPLES
54
53
)
55
56
if(NOT MSVC)
57
- list(APPEND ALL_EXAMPLES bulk c++now-allocator)
+ list(APPEND ALL_EXAMPLES bulk c++now-allocator c++now-cancel)
58
endif()
59
60
set(xALL_EXAMPLES issue-symmetric-transfer)
0 commit comments