summaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-07-26 09:44:55 -0400
committerBrad King <brad.king@kitware.com>2021-07-26 10:45:09 -0400
commit8fb349a80e3feef7d139dd4ade2a2e64e6652e55 (patch)
tree716f4d163252cf19d6787d3c1b866ad4fb18e9eb /Templates
parent0079f24f453a872e65804ace594127955c6c114c (diff)
downloadcmake-8fb349a80e3feef7d139dd4ade2a2e64e6652e55.tar.gz
VS: Remove cl /FS entry from flag table for v142 and v143
The `ForceSynchronousPDBWrites` entry in a `.vcxproj` file does not actually cause the `/FS` flag to be added to the command line. Fixes: #22476
Diffstat (limited to 'Templates')
-rw-r--r--Templates/MSBuild/FlagTables/v142_CL.json7
-rw-r--r--Templates/MSBuild/FlagTables/v143_CL.json7
2 files changed, 0 insertions, 14 deletions
diff --git a/Templates/MSBuild/FlagTables/v142_CL.json b/Templates/MSBuild/FlagTables/v142_CL.json
index b3637186ce..08b645925f 100644
--- a/Templates/MSBuild/FlagTables/v142_CL.json
+++ b/Templates/MSBuild/FlagTables/v142_CL.json
@@ -787,13 +787,6 @@
]
},
{
- "name": "ForceSynchronousPDBWrites",
- "switch": "FS",
- "comment": "Force Synchronous PDB Writes",
- "value": "true",
- "flags": []
- },
- {
"name": "IntrinsicFunctions",
"switch": "Oi",
"comment": "Enable Intrinsic Functions",
diff --git a/Templates/MSBuild/FlagTables/v143_CL.json b/Templates/MSBuild/FlagTables/v143_CL.json
index 9d8ddb0256..ad7194b8fc 100644
--- a/Templates/MSBuild/FlagTables/v143_CL.json
+++ b/Templates/MSBuild/FlagTables/v143_CL.json
@@ -789,13 +789,6 @@
]
},
{
- "name": "ForceSynchronousPDBWrites",
- "switch": "FS",
- "comment": "Force Synchronous PDB Writes",
- "value": "true",
- "flags": []
- },
- {
"name": "IntrinsicFunctions",
"switch": "Oi",
"comment": "Enable Intrinsic Functions",