$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [build] Build with multiple processes under MSVC10
From: Igor R (boost.lists_at_[hidden])
Date: 2013-07-03 02:25:10
>> Hello,
>>
>> Is the subj possible? Adding "cxxflags=/MP" to b2 line doesn't seem to work.
>
> Just use "-jN" on the commandline. Set N to the number of processes you want.
> "b2 -j%NUMBER_OF_PROCESSORS" should work, too.
Great, thanks!
I've oversight this in the documentation:
http://www.boost.org/boost-build2/doc/html/bbv2/overview/invocation.html