Skip to content

Use nproc to detect number of cores when building

JC Staudt requested to merge (removed):master into master

nproc resides within the coreutils package so it is generally acceptable to include. It will report how many cores are available on the system, which alleviates the need for a hardcoded value.

Merge request reports