Must the -j argument of make be exactly the same as the number of cores?

前端 未结 0 1690
野趣味
野趣味 2020-12-09 13:42
 make -j$(nproc)

When compiling gcc from source, I saw there is a step of using -j to match the available cores. Must the argument be the same as co

相关标签:
回答
  • 消灭零回复
提交回复
热议问题