Skip to content
Snippets Groups Projects
Commit cccef3c5 authored by Brad King's avatar Brad King
Browse files

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

Apply the change from commit 0df37903 (VS: Add `-Zc:inline[-]` flag
table entry for v142, 2019-01-24, v3.14.0-rc1~74^2~9) to the v143 flag
table.
parent 2d64b012
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment