no need to warn...
This commit is contained in:
parent
4f4ede8453
commit
d93ebe6a55
@ -1,3 +1,2 @@
|
||||
nr_cpu=$(lscpu -p | egrep -v '^#' | wc -l)
|
||||
ewarn "Reducing parallelism to ${nr_cpu} processes"
|
||||
export MAKEOPTS="-j$(( ${nr_cpu}/2 )) -l$(( ${nr_cpu}/4 ))"
|
||||
|
Loading…
Reference in New Issue
Block a user