VS: Add v140 and v141 flag table entries for /DEBUG:NONE and /DEBUG:FULL

DEBUG:FULL was already added for v141 from the generation.

Original header commit v3.9.0-rc6~15^2
This commit is contained in:
Stephan Szabo
2018-11-21 13:23:22 -08:00
parent a5d9aa5063
commit f77320c12a
2 changed files with 27 additions and 0 deletions
@@ -136,6 +136,24 @@
"CaseInsensitive"
]
},
{
"name": "GenerateDebugInformation",
"switch": "DEBUG:FULL",
"comment": "Optimize for debugging",
"value": "true",
"flags": [
"CaseInsensitive"
]
},
{
"name": "GenerateDebugInformation",
"switch": "DEBUG:NONE",
"comment": "Produces no debugging information",
"value": "false",
"flags": [
"CaseInsensitive"
]
},
{
"name": "SubSystem",
"switch": "",
@@ -145,6 +145,15 @@
"CaseInsensitive"
]
},
{
"name": "GenerateDebugInformation",
"switch": "DEBUG:NONE",
"comment": "Produces no debugging information",
"value": "false",
"flags": [
"CaseInsensitive"
]
},
{
"name": "SubSystem",
"switch": "",