From 8fb349a80e3feef7d139dd4ade2a2e64e6652e55 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 26 Jul 2021 09:44:55 -0400 Subject: 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 --- Templates/MSBuild/FlagTables/v142_CL.json | 7 ------- Templates/MSBuild/FlagTables/v143_CL.json | 7 ------- 2 files changed, 14 deletions(-) (limited to 'Templates') diff --git a/Templates/MSBuild/FlagTables/v142_CL.json b/Templates/MSBuild/FlagTables/v142_CL.json index b3637186ce..08b645925f 100644 --- a/Templates/MSBuild/FlagTables/v142_CL.json +++ b/Templates/MSBuild/FlagTables/v142_CL.json @@ -786,13 +786,6 @@ "Continue" ] }, - { - "name": "ForceSynchronousPDBWrites", - "switch": "FS", - "comment": "Force Synchronous PDB Writes", - "value": "true", - "flags": [] - }, { "name": "IntrinsicFunctions", "switch": "Oi", diff --git a/Templates/MSBuild/FlagTables/v143_CL.json b/Templates/MSBuild/FlagTables/v143_CL.json index 9d8ddb0256..ad7194b8fc 100644 --- a/Templates/MSBuild/FlagTables/v143_CL.json +++ b/Templates/MSBuild/FlagTables/v143_CL.json @@ -788,13 +788,6 @@ "Continue" ] }, - { - "name": "ForceSynchronousPDBWrites", - "switch": "FS", - "comment": "Force Synchronous PDB Writes", - "value": "true", - "flags": [] - }, { "name": "IntrinsicFunctions", "switch": "Oi", -- cgit v1.2.1