mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
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.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user