Fix clang-cl ASan preset setup

This commit is contained in:
2026-06-01 09:09:16 +02:00
parent 4eee018367
commit 4ec2d093e8
5 changed files with 21 additions and 5 deletions

View File

@@ -57,13 +57,13 @@
},
{
"name": "windows-clangcl-asan",
"inherits": "base",
"inherits": "platform-headless-base",
"displayName": "Windows clang-cl ASan",
"generator": "Ninja",
"toolset": "ClangCL",
"cacheVariables": {
"CMAKE_C_COMPILER": "clang-cl",
"CMAKE_CXX_COMPILER": "clang-cl",
"CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreadedDLL",
"PP_ENABLE_ASAN": "ON",
"PP_ENABLE_UBSAN": "OFF"
}