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:
parent
9d4a0f12fb
commit
7fce2d372e
@ -1222,12 +1222,5 @@
|
||||
"UserValue",
|
||||
"UserRequired"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "EnableASAN",
|
||||
"switch": "fsanitize=address",
|
||||
"comment": "Enable Address Sanitizer",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user