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:
parent
0079f24f45
commit
8fb349a80e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user