VS: Add -Zc:inline[-] flag table entry for v145 toolset

Apply the change from commit cccef3c5b4 (VS: Add `-Zc:inline[-]` flag
table entry for v143, 2021-07-14, v3.21.1~29^2~9) to the v145 flag
table.
This commit is contained in:
Brad King
2025-09-10 17:01:11 -04:00
parent b67bc3ba5b
commit 3dcd6b9610
@@ -1222,6 +1222,13 @@
"value": "true",
"flags": []
},
{
"name": "RemoveUnreferencedCodeData",
"switch": "Zc:inline-",
"comment": "Remove unreferenced code and data",
"value": "false",
"flags": []
},
{
"name": "RemoveUnreferencedCodeData",
"switch": "Zc:inline",