try to turn the number of jobs down so i686 does not OOM

This commit is contained in:
Tom spot Callaway 2021-10-14 10:30:15 -04:00
parent 9776d9fcfe
commit 13a9fbb3c6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%define _lto_cflags %{nil}
%global numjobs 10
%ifarch aarch64
%ifarch aarch64 i686
%global numjobs 8
%endif