Wednesday, November 19, 2008

Building Boost PDB files.

Note to self:

To build boost with .pdb files, use the following commandline.

bjam --toolset=msvc --build-type=complete stage debug-symbols=on debug-store=database

Notice in perticular debug-symbols and debug-store options.

2 comments: