From dcc54ae656e7ee7cc85daa970e8a52ee8119a9ed Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 20 Aug 2025 17:44:02 -0400 Subject: [PATCH] VS: Remove cl /FS entry from flag table for v145 toolset Apply the change from commit 8fb349a80e (VS: Remove cl /FS entry from flag table for v142 and v143, 2021-07-26, v3.21.1~3^2~1) to the v145 flag table. --- Templates/MSBuild/FlagTables/v145_CL.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Templates/MSBuild/FlagTables/v145_CL.json b/Templates/MSBuild/FlagTables/v145_CL.json index 8f91b9015c..2a402df9ae 100644 --- a/Templates/MSBuild/FlagTables/v145_CL.json +++ b/Templates/MSBuild/FlagTables/v145_CL.json @@ -963,13 +963,6 @@ "Continue" ] }, - { - "name": "ForceSynchronousPDBWrites", - "switch": "FS", - "comment": "Force Synchronous PDB Writes", - "value": "true", - "flags": [] - }, { "name": "IntrinsicFunctions", "switch": "Oi",