mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
VS: Fix GenerateDebugInformation flag map text for v141 toolsets
Update the help text to match that from v141's link.xml file.
This commit is contained in:
@@ -36,9 +36,9 @@ static cmVS7FlagTable cmVS141LinkFlagTable[] = {
|
||||
"requireAdministrator", "RequireAdministrator", 0 },
|
||||
|
||||
{ "GenerateDebugInformation", "DEBUG:FASTLINK",
|
||||
"Optimize for faster linking", "DebugFastLink",
|
||||
"Generate Debug Information optimized for faster links", "DebugFastLink",
|
||||
cmVS7FlagTable::CaseInsensitive },
|
||||
{ "GenerateDebugInformation", "DEBUG", "Optimize for debugging", "Debug",
|
||||
{ "GenerateDebugInformation", "DEBUG", "Generate Debug Information", "Debug",
|
||||
cmVS7FlagTable::CaseInsensitive },
|
||||
|
||||
{ "SubSystem", "", "Not Set", "NotSet", 0 },
|
||||
|
||||
Reference in New Issue
Block a user