Skip to content
Snippets Groups Projects
Commit 1b37305b authored by oltolm's avatar oltolm Committed by Brad King
Browse files

VS: Add support for ASAN -fsanitize=address flag

Map it to the `EnableASAN` element in `.vcxproj` files.

Fixes: #21081
parent 57872e6d
No related branches found
No related tags found
No related merge requests found
......@@ -1222,5 +1222,12 @@
"UserValue",
"UserRequired"
]
},
{
"name": "EnableASAN",
"switch": "fsanitize=address",
"comment": "Enable Address Sanitizer",
"value": "true",
"flags": []
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment