--- In Boost-Users@y..., "David Abrahams"
"judoka1981"
wrote in message news:ab5tpi+31nh@e... --- In Boost-Users@y..., "dave_abrahams"
wrote:
--- In Boost-Users@y..., "David Abrahams"
Hmmm ... just tried this, but didn't quite work. I got libboost_threadmon built with .pdb in both release and debug
builds,
but not libboost_thread.
In my bin directory I see:
boost_threadmon.dll/msvc/release/debug-symbols-on/runtime-link- dynamic/threa ding-multi/boost_threadmon.pdb boost_threadmon.dll/msvc/release/debug-symbols-on/runtime-link- dynamic/threa ding-multi/vc60.pdb libboost_thread.lib/msvc/release/debug-symbols-on/runtime-link- dynamic/threa ding-multi/vc60.pdb
Were you expecting something different?
I expected the .pdb files for libboost_thread as well. The answer below explains why I didn't get them. Thanks // Johan
Was the <debug-store> flag introduced after the 1.27.0 release?
Yes.