summaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-04-26 14:14:09 -0400
committerBrad King <brad.king@kitware.com>2021-04-26 14:15:41 -0400
commit7fce2d372ed8ff70c8e3c3cb49ecaef977f66fe1 (patch)
treef9418019ba4fd86ab3f0ec6f34e220b222a398b7 /Templates
parent9d4a0f12fb983e88835059e9b74a18918ef08e7c (diff)
downloadcmake-7fce2d372ed8ff70c8e3c3cb49ecaef977f66fe1.tar.gz
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
Diffstat (limited to 'Templates')
-rw-r--r--Templates/MSBuild/FlagTables/v142_CL.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/Templates/MSBuild/FlagTables/v142_CL.json b/Templates/MSBuild/FlagTables/v142_CL.json
index 9f07961296..7c2d291f9a 100644
--- a/Templates/MSBuild/FlagTables/v142_CL.json
+++ b/Templates/MSBuild/FlagTables/v142_CL.json
@@ -1222,12 +1222,5 @@
"UserValue",
"UserRequired"
]
- },
- {
- "name": "EnableASAN",
- "switch": "fsanitize=address",
- "comment": "Enable Address Sanitizer",
- "value": "true",
- "flags": []
}
]