From b933584a7210ac5d81397981589267efa8a9b582 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 14 Jul 2021 13:34:15 -0400 Subject: VS: Remove the /MERGE flag from v143 link flag table Apply the change from commit a9f992434d (VS: Remove the /MERGE flag from FlagTables, 2021-06-08, v3.21.0-rc1~58^2) to the v143 flag table. --- Templates/MSBuild/FlagTables/v143_Link.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Templates/MSBuild/FlagTables/v143_Link.json b/Templates/MSBuild/FlagTables/v143_Link.json index c52d01e..71d58f8 100644 --- a/Templates/MSBuild/FlagTables/v143_Link.json +++ b/Templates/MSBuild/FlagTables/v143_Link.json @@ -1351,15 +1351,6 @@ ] }, { - "name": "MergeSections", - "switch": "MERGE:", - "comment": "Merge Sections", - "value": "", - "flags": [ - "UserValue" - ] - }, - { "name": "LinkKeyFile", "switch": "KEYFILE:", "comment": "Key File", -- cgit v0.12