Link to home
Start Free TrialLog in
Avatar of jxbma
jxbmaFlag for United States of America

asked on

How do I build the Boost libraries for Win32 C++ in release (with debugging symbols) mode?

Hi:

I'm building a win32 C++ unmanaged app that using the Boost libraries.
I've encountered a crash in my application in release mode.

In order to track this down, I'm trying to build my application in "RelWithDebug" (Release with debug symbols).
I'm running into some weird behavior with the underlying boost libraries. I would like to build a release version
of this libraries that contains debug symbols.

So far I've really only seen the release & debug version of the boost libraries.

Can someone get me pointed in the right direction?

Thanks,
JohnB
ASKER CERTIFIED SOLUTION
Avatar of sarabande
sarabande
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial