This commit is contained in:
parent
2d5b33b417
commit
dd93b65456
@ -21,6 +21,6 @@
|
||||
test "$_threads" -gt "$max_jobs" && $_threads="$max_jobs" && echo "Warning: Reducing number of jobs to $max_jobs because of memory limits" \
|
||||
test "$_threads" -le 0 && $_threads=1 && echo "Warning: Do not use the parallel build at all becuse of memory limits" \
|
||||
fi \
|
||||
%global jobs $_threads
|
||||
%global _smp_mflags -j$_threads
|
||||
%global jobs $_threads \
|
||||
%global _smp_mflags -j$_threads \
|
||||
%{nil}
|
||||
|
Loading…
Reference in New Issue
Block a user