Boost C++ Libraries: Ticket #8889: Boost.Build MSVC fix building PDBs https://svn.boost.org/trac10/ticket/8889 <p> Currently emitting debug information to PDBs works with a rather limited set of conditions only. Most importantly, static libs can't be compiled if debug-store=database is requested. The attached patch rectifies this deficiency. </p> <p> The hardest part was to get around problems with precompiled headers. I got it eventually. </p> <p> What's still missing: </p> <ul><li>port the changes over to msvc.py. Python is completely out of my knowledge domain so I decided to stay away from this file. </li><li>No matter what I tried, I found no way to move the generated PDBs from the build directories to the output directory alongside the libraries. </li></ul> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8889 Trac 1.4.3 Daniela Engert <dani@…> Tue, 23 Jul 2013 15:04:19 GMT attachment set https://svn.boost.org/trac10/ticket/8889 https://svn.boost.org/trac10/ticket/8889 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">0001-Boost.Build-finally-enable-building-of-PDB-files-with-both-dynam.patch</span> </li> </ul> Ticket