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
This commit is contained in:
Brad King 2021-07-26 09:44:55 -04:00
parent 0079f24f45
commit 8fb349a80e
2 changed files with 0 additions and 14 deletions

View File

@ -786,13 +786,6 @@
"Continue"
]
},
{
"name": "ForceSynchronousPDBWrites",
"switch": "FS",
"comment": "Force Synchronous PDB Writes",
"value": "true",
"flags": []
},
{
"name": "IntrinsicFunctions",
"switch": "Oi",

View File

@ -788,13 +788,6 @@
"Continue"
]
},
{
"name": "ForceSynchronousPDBWrites",
"switch": "FS",
"comment": "Force Synchronous PDB Writes",
"value": "true",
"flags": []
},
{
"name": "IntrinsicFunctions",
"switch": "Oi",