try to build with numjobs 32

This commit is contained in:
Than Ngo 2023-01-20 09:50:22 +01:00
parent f39164181d
commit a1ede8a162
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@
%undefine _package_note_file
%endif
%global numjobs 10
%global numjobs 32
%ifarch aarch64
%global numjobs 8
%global numjobs 32
%endif
# This flag is so I can build things very fast on a giant system.