$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] adding a compiler flag
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-11-29 14:20:26
Igor R wrote:
> Hello,
>
> Is it possible to add a c++ compiler flag to bjam line, when building
> a boost library, or what's the right way to do this?
Does
http://www.boost.org/boost-build2/doc/html/bbv2/overview/invocation.html
and in particular
help?
- Volodya