mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
VS: Map the link /debug flag for v142
Apply the changes from commita5d9aa5063(VS: Map the link `/debug` to its IDE property, 2018-11-21) and commitf77320c12a(VS: Add v140 and v141 flag table entries for /DEBUG:NONE and /DEBUG:FULL, 2018-11-21) to the v142 flag table. See commitae44496e2b(VS: Fix GenerateDebugInformation values for v140 and v141 toolsets, 2017-06-27, v3.9.0-rc6~15^2~1) for explanation.
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