<div dir="ltr"><div><div><div><div><div><div>Dear Cmake developers,<br>as a follow up of this bug<br><a href="https://cmake.org/Bug/view.php?id=15894">https://cmake.org/Bug/view.php?id=15894</a><br><br></div>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.<br><a href="http://blogs.msdn.com/b/vcblog/archive/2015/10/16/debug-fastlink-for-vs2015-update-1.aspx">http://blogs.msdn.com/b/vcblog/archive/2015/10/16/debug-fastlink-for-vs2015-update-1.aspx</a><br><br></div>Brad King already setup the correct framework in "next" branch to implement the /Debug:FastLink and with the proposed patch (last topic in the bug) it works good.<br><br></div>About the "Generate Full PDB informations" , is a new option that can be used to re-use pdbs generated with the fastlink flag in a different computer from the one who did the compilation (it may be useful sometimes).<br></div>That option seems to doesn't have a (public) command line switch, instead it relies on an XML property.<br></div><br><div>When the user requests "Generate Full PDB informations", the generator should add<br><FullProgramDatabaseFile>true</FullProgramDatabaseFile><br></div>in the <Link> section.<br><br>What's the best way to set a TARGET or global property which would enable the switchless XML property in the generator?<br></div><div><br></div><div>Thanks!<br></div><div>Qb<br></div><br></div>