diff options
author | Brad King <brad.king@kitware.com> | 2021-07-14 17:54:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-07-15 17:12:55 (GMT) |
commit | 919fc7fd5f6273476ef0e5c4856e89475a238d91 (patch) | |
tree | 1b3a1c05dade2170aca468369c03b8b0f364b66e /Templates | |
parent | 3f19847b28e9f5e53131c507122bb817a24b6885 (diff) | |
download | CMake-919fc7fd5f6273476ef0e5c4856e89475a238d91.zip CMake-919fc7fd5f6273476ef0e5c4856e89475a238d91.tar.gz CMake-919fc7fd5f6273476ef0e5c4856e89475a238d91.tar.bz2 |
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
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/MSBuild/FlagTables/v143_CL.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Templates/MSBuild/FlagTables/v143_CL.json b/Templates/MSBuild/FlagTables/v143_CL.json index a866fea..41c8000 100644 --- a/Templates/MSBuild/FlagTables/v143_CL.json +++ b/Templates/MSBuild/FlagTables/v143_CL.json @@ -796,13 +796,6 @@ "flags": [] }, { - "name": "EnableASAN", - "switch": "fsanitize=address", - "comment": "Enable Address Sanitizer", - "value": "true", - "flags": [] - }, - { "name": "IntrinsicFunctions", "switch": "Oi", "comment": "Enable Intrinsic Functions", |