1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-15 20:46:37 +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:
Brad King
2025-08-20 20:44:41 -04:00
parent 9b3b857a2c
commit fe5c78310c

View File

@@ -118,33 +118,41 @@
"value": "RequireAdministrator",
"flags": []
},
{
"name": "GenerateDebugInformation",
"switch": "",
"comment": "No",
"value": "false",
"flags": []
},
{
"name": "GenerateDebugInformation",
"switch": "DEBUG",
"comment": "Generate Debug Information",
"value": "true",
"flags": []
"flags": [
"CaseInsensitive"
]
},
{
"name": "GenerateDebugInformation",
"switch": "DEBUG:FASTLINK",
"comment": "Generate Debug Information optimized for faster links",
"value": "DebugFastLink",
"flags": []
"flags": [
"CaseInsensitive"
]
},
{
"name": "GenerateDebugInformation",
"switch": "DEBUG:FULL",
"comment": "Generate Debug Information optimized for sharing and publishing",
"value": "DebugFull",
"flags": []
"flags": [
"CaseInsensitive"
]
},
{
"name": "GenerateDebugInformation",
"switch": "DEBUG:NONE",
"comment": "Produces no debugging information",
"value": "false",
"flags": [
"CaseInsensitive"
]
},
{
"name": "SubSystem",