aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 2ac08cb..6398360 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -113,7 +113,7 @@ export TG_API_ID TG_API_HASH
NPROC="$(nproc)"
export NPROC
GUILE_EFFECTIVE_VERSION="$(guile -c '(display (effective-version))')"
-export MAKEFLAGS="-j $NPROC"
+export MAKEFLAGS="-j $(($(nproc) * 2 + 1))"
export GOPATH="$SRC/go"
export VG_FLAGS='
--show-error-list=yes