$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Phillip Seaver (phil_at_[hidden])
Date: 2006-05-17 08:00:26
Brian Budge wrote:
> Hi all -
>
> I'm interested in adding flags to my gcc command line... for instance,
> I'd like to build a variant which adds -msse2 -fpmath=sse, etc...
>
> Is there a "standard" way of doing this? I found something about
> setting up a toolset to use specific compileflags (ie. compile for 64
> bit), however, I'd like these compileflags only for my variant.
The bottom of this page
http://www.boost.org/doc/html/bbv2/extending/features.html might have
what you want.
Phillip