VS: Map the link /debug flag for v143

Apply the changes from commit 533f95c847 (VS: Map the link `/debug` flag
for v142, 2019-01-24, v3.14.0-rc1~74^2~3) to the v143 flag table.
This commit is contained in:
Brad King 2021-07-14 13:31:37 -04:00
parent 9e10045552
commit d3175a6079

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",