17 Nov
2005
17 Nov
'05
6:45 p.m.
Christian Henning wrote:
Thanks for the informative answer.
If you want to avoid all warnings, you may have to set ZLIB_LIBPATH, etc. to point to a debug variant of your project's zlib when building a debug variant of Boost.Iostreams, and to a release variant when building a release variant of Boost.Iostreams.
Is there a way to specify the configuration ( debug or release ) in a boost build? Like:
bjam "-sTOOLS=gcc" "-sConfig=debug" install
You can specify a debug build with -sBUILD=debug (similarly for release).
Thanks again, Christian
-- Jonathan Turkanis www.kangaroologic.com