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:
parent
9e10045552
commit
d3175a6079
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user