summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-07-26 13:44:55 (GMT)
committerBrad King <brad.king@kitware.com>2021-07-26 14:45:09 (GMT)
commit8fb349a80e3feef7d139dd4ade2a2e64e6652e55 (patch)
tree716f4d163252cf19d6787d3c1b866ad4fb18e9eb /Templates
parent0079f24f453a872e65804ace594127955c6c114c (diff)
downloadCMake-8fb349a80e3feef7d139dd4ade2a2e64e6652e55.zip
CMake-8fb349a80e3feef7d139dd4ade2a2e64e6652e55.tar.gz
CMake-8fb349a80e3feef7d139dd4ade2a2e64e6652e55.tar.bz2
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 b363718..08b6459 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 9d8ddb0..ad7194b 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",