2 May
2002
2 May
'02
9:02 p.m.
--- In Boost-Users@y..., "David Abrahams"
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).