diff options
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |