Ver código fonte

VS: Add `-Zc:inline[-]` flag table entry for v143

Apply the change from commit 0df3790371 (VS: Add `-Zc:inline[-]` flag
table entry for v142, 2019-01-24, v3.14.0-rc1~74^2~9) to the v143 flag
table.
Brad King 4 anos atrás
pai
commit
cccef3c5b4
1 arquivos alterados com 7 adições e 0 exclusões
  1. 7 0
      Templates/MSBuild/FlagTables/v143_CL.json

+ 7 - 0
Templates/MSBuild/FlagTables/v143_CL.json

@@ -1061,6 +1061,13 @@
     "value": "true",
     "flags": []
   },
+  {
+    "name": "RemoveUnreferencedCodeData",
+    "switch": "Zc:inline-",
+    "comment": "Remove unreferenced code and data",
+    "value": "false",
+    "flags": []
+  },
   {
     "name": "RemoveUnreferencedCodeData",
     "switch": "Zc:inline",