Boost logo

Boost-Build :

Subject: Re: [Boost-build] Building release lib that links to debug runtime
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-07-13 08:22:59


On Monday 13 July 2009 johnnyk427 wrote:

>
> Hello, I want to link to release boost libs in my game, because the debug
> builds run too slowly (and I never need to step into boost code anyway). Is
> this possible to do?
>
> For example, I'd like to produce a lib with the markup as follows:
> libboost_thread-vc80-mt-sg-1_38.lib

> I've been studying the boost jam documentation but cant figure out how to do
> this, or if its even possible. I tried the 'build complete' option, but it
> didnt build this lib.

Use variant=release runtime-debugging=on link=static runtime-link=static

- Volodya


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