makefile - How to let boost.build's action like "make -j"? -


i'm using boost.build on 24-cpus machine, want build fast, make -j, how this?

the -j option of bjam executable file defines how many cpus used boost compilation. example

bjam.exe -j4 toolset=msvc-10.0 stage 

Comments