disable use all cpus

This commit is contained in:
Tom spot Callaway 2021-06-03 10:44:20 -04:00
parent f3cd23dcd8
commit ed9abbb8e7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# This flag is so I can build things very fast on a giant system.
# Do not enable in Koji builds.
%global use_all_cpus 1
%global use_all_cpus 0
%if %{use_all_cpus}
%global numjobs %{_smp_build_ncpus}