mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
VS: Add v140 and v141 flag table entries for /DEBUG:NONE and /DEBUG:FULL
This commit is contained in:
@@ -38,6 +38,11 @@ static cmVS7FlagTable cmVS140LinkFlagTable[] = {
|
||||
{ "GenerateDebugInformation", "DEBUG:FASTLINK",
|
||||
"Optimize for faster linking", "DebugFastLink",
|
||||
cmVS7FlagTable::CaseInsensitive },
|
||||
{ "GenerateDebugInformation", "DEBUG:FULL", "Optimize for debugging", "true",
|
||||
cmVS7FlagTable::CaseInsensitive },
|
||||
{ "GenerateDebugInformation", "DEBUG:NONE",
|
||||
"Produces no debugging information", "false",
|
||||
cmVS7FlagTable::CaseInsensitive },
|
||||
{ "GenerateDebugInformation", "DEBUG", "Optimize for debugging", "true",
|
||||
cmVS7FlagTable::CaseInsensitive },
|
||||
|
||||
|
||||
@@ -38,6 +38,12 @@ static cmVS7FlagTable cmVS141LinkFlagTable[] = {
|
||||
{ "GenerateDebugInformation", "DEBUG:FASTLINK",
|
||||
"Generate Debug Information optimized for faster links", "DebugFastLink",
|
||||
cmVS7FlagTable::CaseInsensitive },
|
||||
{ "GenerateDebugInformation", "DEBUG:FULL",
|
||||
"Generate Debug Information optimized for sharing and publishing",
|
||||
"DebugFull", cmVS7FlagTable::CaseInsensitive },
|
||||
{ "GenerateDebugInformation", "DEBUG:NONE",
|
||||
"Produces no debugging information", "false",
|
||||
cmVS7FlagTable::CaseInsensitive },
|
||||
{ "GenerateDebugInformation", "DEBUG", "Generate Debug Information", "true",
|
||||
cmVS7FlagTable::CaseInsensitive },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user