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 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
Post a Comment