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 <[email protected]>
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
>
>
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to