$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] --jobs and options in user-config.jam
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-11-22 05:14:29
I've committed a change that allows to do this in user-config.jam:
option jobs : 4 ;
and see Boost.Jam actually use 4 jobs. The commit is:
https://svn.boost.org/trac/boost/changeset/49869
Comments appreciated.
In future, I'll add support for specifying some other interesting
options, most notably --build-dir -- those it makes most sense
for project-config.jam, not user-config.jam.
- Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2