mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
VS: Remove broken EnableASAN entry from flag table for v143
Apply the change from commit 7fce2d372e (VS: Revert "Add support for
ASAN -fsanitize=address flag", 2021-04-26, v3.21.0-rc1~270^2) to the
v143 flag table.
Issue: #21081
This commit is contained in:
@@ -795,13 +795,6 @@
|
|||||||
"value": "true",
|
"value": "true",
|
||||||
"flags": []
|
"flags": []
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "EnableASAN",
|
|
||||||
"switch": "fsanitize=address",
|
|
||||||
"comment": "Enable Address Sanitizer",
|
|
||||||
"value": "true",
|
|
||||||
"flags": []
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "IntrinsicFunctions",
|
"name": "IntrinsicFunctions",
|
||||||
"switch": "Oi",
|
"switch": "Oi",
|
||||||
|
|||||||
Reference in New Issue
Block a user