VS: Revert "Add support for ASAN -fsanitize=address flag"

Revert commit 1b37305b0f (VS: Add support for ASAN -fsanitize=address
flag, 2021-04-21).  The tag `EnableASAN` is created in
`ItemDefinitionGroup` but it needs to be in `PropertyGroup`.  Revert the
mapping pending an implementation in the generator.

Issue: #21081
This commit is contained in:
Brad King 2021-04-26 14:14:09 -04:00
parent 9d4a0f12fb
commit 7fce2d372e

View File

@ -1222,12 +1222,5 @@
"UserValue",
"UserRequired"
]
},
{
"name": "EnableASAN",
"switch": "fsanitize=address",
"comment": "Enable Address Sanitizer",
"value": "true",
"flags": []
}
]