diff options
Diffstat (limited to 'etc/sh/rc')
| -rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ export BORG_REMOTE_PATH='borg1' export NPROC=$(($(nproc) * 2 + 1)) GUILE_EFFECTIVE_VERSION="$(guile -c '(display (effective-version))')" -export MAKEFLAGS='-j' +export MAKEFLAGS="-j $NPROC" export GOPATH="$SRC/go" export VG_FLAGS=' --show-error-list=yes |
