no need to warn...

This commit is contained in:
Fredrik Eriksson 2021-02-24 19:59:50 +01:00
parent 4f4ede8453
commit d93ebe6a55
Signed by: feffe
GPG Key ID: F4329687B0FA7F8D
1 changed files with 0 additions and 1 deletions

View File

@ -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 ))"