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