Boost logo

Boost Users :

From: dave_abrahams (david.abrahams_at_[hidden])
Date: 2002-05-02 16:02:55


--- 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).


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