Boost logo

Boost Users :

Subject: Re: [Boost-users] Linking to release boost libs form debug build
From: johnnyk427 (johnnyk1_at_[hidden])
Date: 2009-07-14 00:00:39


That does help, thank you. I ended up doing option 1, and there wasnt much
speed up (so the problem is likely in the template instantiation, not the
libs, as you mentioned)

John Maddock wrote:
>
> 1) Use a custom debug build of the Boost libraries (i.e. which link to the
> debug RTL) which has optimizations turned on. Or,
> 2) Switch to release build in your project, but then turn debug info on
> and
> optimizations off for your code, and let auto-linking pick the Boost lib
> for
> you.
>

-- 
View this message in context: http://www.nabble.com/Linking-to-release-boost-libs-form-debug-build-tp24454648p24473283.html
Sent from the Boost - Users mailing list archive at Nabble.com.

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