$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Henning (chhenning_at_[hidden])
Date: 2005-11-17 09:21:49
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
Thanks again,
Christian