Boost logo

Boost-Build :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-03-16 16:58:05


I think I've recently straightened out the whole PDB mess. Please see
recent postings on the jamboost list for details. The only question that
might remain is whether I've chosen the right default behavior. Right
now the default is to embed debug information in the object files (/Z7)
and only generate a .pdb as the result of linking a dll or executable.
The other behavior is of course selectable via <debug-store>database.

-Dave

----- Original Message -----
From: "bill_kempf" <williamkempf_at_[hidden]>

> I had a user e-mail me asking if Jam could produce PDB files. At
> first I was surprised by this, since I thought Jam was producing the
> PDB files. However, the only PDB being generated is the vc?0.pdb
> file. Well, I've always relied on the IDE to set this stuff up for
> me, so I didn't have a clue about how to specify things on the
> command line and had to start doing some research. Here's a diff of
> msvc-tools.jam that I did to generate the "project" PDB files:
...

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk