no need to warn...

This commit is contained in:
2021-02-24 19:59:50 +01:00
parent 4f4ede8453
commit d93ebe6a55

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