mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
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:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user