VS: Map the link /debug to its IDE property

Fix issues with "GenerateDebugInformation". These
are mostly from the following commits, but also
include a related fix to the v140/v141 file.

Original header commits:
 v10-v14 commit v3.5.0-rc1~71^2
 v140/v141 commit v3.9.0-rc6~15^2~1
This commit is contained in:
Stephan Szabo 2018-11-21 13:13:44 -08:00
parent 1d00fd7702
commit a5d9aa5063
5 changed files with 24 additions and 22 deletions

View File

@ -588,7 +588,9 @@
"switch": "DEBUG",
"comment": "Generate Debug Info",
"value": "true",
"flags": []
"flags": [
"CaseInsensitive"
]
},
{
"name": "GenerateMapFile",

View File

@ -658,7 +658,9 @@
"switch": "DEBUG",
"comment": "Generate Debug Info",
"value": "true",
"flags": []
"flags": [
"CaseInsensitive"
]
},
{
"name": "GenerateMapFile",

View File

@ -658,7 +658,9 @@
"switch": "DEBUG",
"comment": "Generate Debug Info",
"value": "true",
"flags": []
"flags": [
"CaseInsensitive"
]
},
{
"name": "GenerateMapFile",

View File

@ -118,26 +118,23 @@
"value": "RequireAdministrator",
"flags": []
},
{
"name": "GenerateDebugInformation",
"switch": "",
"comment": "No",
"value": "false",
"flags": []
},
{
"name": "GenerateDebugInformation",
"switch": "DEBUG",
"comment": "Optimize for debugging",
"value": "true",
"flags": []
"flags": [
"CaseInsensitive"
]
},
{
"name": "GenerateDebugInformation",
"switch": "DEBUG:FASTLINK",
"comment": "Optimize for faster linking",
"value": "DebugFastLink",
"flags": []
"flags": [
"CaseInsensitive"
]
},
{
"name": "SubSystem",

View File

@ -118,33 +118,32 @@
"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": "SubSystem",