mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-21 06:10:16 +08:00
VS: Map the link /debug
flag for v145 toolset
Apply the change from commit d3175a6079
(VS: Map the link `/debug` flag
for v143, 2021-07-14, v3.21.1~29^2~12) to the v145 flag table.
This commit is contained in:
@@ -118,33 +118,41 @@
|
|||||||
"value": "RequireAdministrator",
|
"value": "RequireAdministrator",
|
||||||
"flags": []
|
"flags": []
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "GenerateDebugInformation",
|
|
||||||
"switch": "",
|
|
||||||
"comment": "No",
|
|
||||||
"value": "false",
|
|
||||||
"flags": []
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "GenerateDebugInformation",
|
"name": "GenerateDebugInformation",
|
||||||
"switch": "DEBUG",
|
"switch": "DEBUG",
|
||||||
"comment": "Generate Debug Information",
|
"comment": "Generate Debug Information",
|
||||||
"value": "true",
|
"value": "true",
|
||||||
"flags": []
|
"flags": [
|
||||||
|
"CaseInsensitive"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GenerateDebugInformation",
|
"name": "GenerateDebugInformation",
|
||||||
"switch": "DEBUG:FASTLINK",
|
"switch": "DEBUG:FASTLINK",
|
||||||
"comment": "Generate Debug Information optimized for faster links",
|
"comment": "Generate Debug Information optimized for faster links",
|
||||||
"value": "DebugFastLink",
|
"value": "DebugFastLink",
|
||||||
"flags": []
|
"flags": [
|
||||||
|
"CaseInsensitive"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GenerateDebugInformation",
|
"name": "GenerateDebugInformation",
|
||||||
"switch": "DEBUG:FULL",
|
"switch": "DEBUG:FULL",
|
||||||
"comment": "Generate Debug Information optimized for sharing and publishing",
|
"comment": "Generate Debug Information optimized for sharing and publishing",
|
||||||
"value": "DebugFull",
|
"value": "DebugFull",
|
||||||
"flags": []
|
"flags": [
|
||||||
|
"CaseInsensitive"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GenerateDebugInformation",
|
||||||
|
"switch": "DEBUG:NONE",
|
||||||
|
"comment": "Produces no debugging information",
|
||||||
|
"value": "false",
|
||||||
|
"flags": [
|
||||||
|
"CaseInsensitive"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "SubSystem",
|
"name": "SubSystem",
|
||||||
|
Reference in New Issue
Block a user