mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06:00
VS: Add support for ASAN -fsanitize=address flag
Map it to the `EnableASAN` element in `.vcxproj` files. Fixes: #21081
This commit is contained in:
@@ -1222,5 +1222,12 @@
|
||||
"UserValue",
|
||||
"UserRequired"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "EnableASAN",
|
||||
"switch": "fsanitize=address",
|
||||
"comment": "Enable Address Sanitizer",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user