mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user