How to build boost library with pdb files through b2
boost, visual-studio-2010
Solution
From "Built in Features"
When you call b2 try using `--debug-symbols=on`
Problem
Based on this excellent tutorial, I am able to build the boost library without problems. However, I cannot find any PDB files are generated. boost_1_49_0>b2 --prefix=c:\temp\boost1.49 --toolset=msvc-10.0 --build-type=complete Since I have built .lib and .dll files for boost. what else minimum build I should do in order to get all corresponding pdb generated?