Skip to content
Snippets Groups Projects
Commit 8fb349a8 authored by Brad King's avatar Brad King
Browse files

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
parent 0079f24f
No related branches found
No related tags found
No related merge requests found
......@@ -786,13 +786,6 @@
"Continue"
]
},
{
"name": "ForceSynchronousPDBWrites",
"switch": "FS",
"comment": "Force Synchronous PDB Writes",
"value": "true",
"flags": []
},
{
"name": "IntrinsicFunctions",
"switch": "Oi",
......
......@@ -788,13 +788,6 @@
"Continue"
]
},
{
"name": "ForceSynchronousPDBWrites",
"switch": "FS",
"comment": "Force Synchronous PDB Writes",
"value": "true",
"flags": []
},
{
"name": "IntrinsicFunctions",
"switch": "Oi",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment