Merge topic 'vs-debug-fastlink'

fc5d6592 VS: Map link `/debug:fastlink` flag to VS 2015 IDE property (#15894)
This commit is contained in:
Brad King 2016-01-13 09:33:21 -05:00 committed by CMake Topic Stage
commit 05ab4b7c66
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
vs-debug-fastlink
-----------------
* The :generator:`Visual Studio 14 2015` generator learned to map the
``/debug:fastlink`` linker flag to the ``.vcxproj`` file property.

View File

@ -177,6 +177,8 @@ static cmVS7FlagTable cmVS14LinkFlagTable[] =
{"UACUIAccess", "uiAccess='false'", "", "false", 0},
{"UACUIAccess", "uiAccess='true'", "", "true", 0},
{"ManifestEmbed", "manifest:embed", "", "true", 0},
{"GenerateDebugInformation", "DEBUG:FASTLINK", "", "DebugFastLink",
cmVS7FlagTable::CaseInsensitive},
{"GenerateDebugInformation", "DEBUG", "", "Debug",
cmVS7FlagTable::CaseInsensitive},
{"MapExports", "MAPINFO:EXPORTS", "", "true", 0},