29 Apr
2002
29 Apr
'02
3:18 p.m.
--- In Boost-Users@y..., "judoka1981"
Hi,
would there be any problem in generating a .pdb file for libboost_thread? I'm using Boost 1.27.0 and VC.NET.
The latest CVS snapshot will produce PDBs. The required updates are in the Boost.Build system, but there are some bug fixes in the Boost.Threads stuff as well, so I'd recommend updating both.
Also, would it be possible to switch on generation of debug information for release builds as well?
I don't think this would be a great idea. You can always create your own build process to do this, however. Bill Kempf