|
|
|
|
|
by burgerbrain
5517 days ago
|
|
Using -j with C++ builds will always still be significantly slower than using -j with C builds. Also, I believe the rule of thumb for the -j argument tends to be 2 times your number of cores. A surprising amount of build time is often spent on disk I/O, so you see worthwhile gains for quite a while running more jobs than cores. |
|