[cmake-developers] Visual Studio 2015 FastLink

Thomas (QbProg) tholag at gmail.com
Wed Jan 13 02:32:26 EST 2016


Thanks for the commit!
I digged through the msbuild targets of visual c++ 14 and it seems that for
the moment, generating full PDBs simply switches back the
"GenerateDebugInformation" value to "Debug".
I propose to wait until there is a documented switch or the behavior is
more clear.

This is what I found in Microsoft.CppCommon.targets:

<!-- Generate full PDB. For now call link without /debug:fastlink. -->
<GenerateDebugInformation Condition="'%(Link.GenerateDebugInformation)' ==
'DebugFastLink' and '%(Link.FullProgramDatabaseFile)' ==
'true'">Debug</GenerateDebugInformation>

Il giorno mar 12 gen 2016 alle ore 20:30 Brad King <brad.king at kitware.com>
ha scritto:

> On 01/11/2016 03:29 PM, Thomas wrote:
> > https://cmake.org/Bug/view.php?id=15894
> >
> > I'm writing to request support for the /Debug:FastLink flag which was
> introduced in visual studio 2015 (update 1), and the option to generate
> full PDB informations.
> >
> http://blogs.msdn.com/b/vcblog/archive/2015/10/16/debug-fastlink-for-vs2015-update-1.aspx
>
> Thanks.  I've applied that change:
>
>  VS: Map link `/debug:fastlink` flag to VS 2015 IDE property
>  https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fc5d6592
>
> > About the "Generate Full PDB informations"
> [snip]
> > That option seems to doesn't have a (public) command line switch,
> > instead it relies on an XML property.
>
> If there is no command line switch then how does the IDE behavior
> change when the FullProgramDatabaseFile property is enabled?
>
> > What's the best way to set a TARGET or global property which would
> > enable the switchless XML property in the generator?
>
> Existing target properties that influence VS project generation but
> nothing else mostly have names starting in "VS_".  If the target
> property would have effects on other generators then we should use
> a more generic name.  Either way, please include associated updates
> to the documentation.
>
> Thanks,
> -Brad
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20160113/eaeba347/attachment.html>


More information about the cmake-developers mailing list