mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user