Boost logo

Boost Users :

From: judoka1981 (johan.nilsson_at_[hidden])
Date: 2002-05-06 07:43:30


--- In Boost-Users_at_y..., "dave_abrahams" <david.abrahams_at_r...> wrote:
> --- In Boost-Users_at_y..., "David Abrahams" <david.abrahams_at_r...>
> wrote:
>
> > Why would anyone go to all the trouble?
> >
> > myjam -sTOOLS=msvc "-sBUILD=release <debug-symbols>on"
> >
> > works fine for me. This kind of stuff is what Boost.Build is
good
> at.
>
> Oh, whoops! To get a PDB you need to use the <debug-store>database
> feature as well:
>
> myjam -sTOOLS=msvc "-sBUILD=release <debug-symbols>on <debug-
> store>database"
>
> Otherwise, <debug-store> defaults to "object", which puts info in
> the object files(/Z7).

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.

Was the <debug-store> flag introduced after the 1.27.0 release?

// Johan


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net