From 398ce8af72a6426dfdf77ba147f2663ecbca65cd Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 20 Aug 2025 20:47:45 -0400 Subject: [PATCH] VS: Remove `/guard:cf` from v145 link flag table Apply the change from commit 9e24437c91 (VS: Remove the '/guard:cf' flag from v143 link flag table, 2022-01-11, v3.22.2~7^2) to the v145 flag table. --- Templates/MSBuild/FlagTables/v145_Link.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Templates/MSBuild/FlagTables/v145_Link.json b/Templates/MSBuild/FlagTables/v145_Link.json index a53b48fec7..084d3e50e1 100644 --- a/Templates/MSBuild/FlagTables/v145_Link.json +++ b/Templates/MSBuild/FlagTables/v145_Link.json @@ -935,13 +935,6 @@ "value": "true", "flags": [] }, - { - "name": "LinkControlFlowGuard", - "switch": "guard:cf", - "comment": "Control Flow Guard", - "value": "true", - "flags": [] - }, { "name": "LinkGuardEHContMetadata", "switch": "guard:ehcont",