From b67bc3ba5b010e67a671dca7c4887daf147c7d5b Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 20 Aug 2025 17:38:30 -0400 Subject: [PATCH] VS: Add `/Y-` flag table entry for v145 toolset Apply the change from commit 3322bb7081 (VS: Populate `/Y-` flag table entry for v143, 2021-07-14, v3.21.1~29^2~8) to the v145 flag table. --- Templates/MSBuild/FlagTables/v145_CL.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/MSBuild/FlagTables/v145_CL.json b/Templates/MSBuild/FlagTables/v145_CL.json index 352edfe0cb..293a2cd98b 100644 --- a/Templates/MSBuild/FlagTables/v145_CL.json +++ b/Templates/MSBuild/FlagTables/v145_CL.json @@ -695,7 +695,7 @@ }, { "name": "PrecompiledHeader", - "switch": "", + "switch": "Y-", "comment": "Not Using Precompiled Headers", "value": "NotUsing", "flags": []