aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-06-28 22:46:11 -0300
committerEuAndreh <eu@euandre.org>2023-06-28 22:46:11 -0300
commit339d3ef2521b2a4039880476aabf1a6607fea4a5 (patch)
tree5b259455b0436132ed4d7318aee3ee00920f54de /etc
parentetc/sh/rc: Add even even more -W warning flags to $CFLAGS (diff)
downloaddotfiles-339d3ef2521b2a4039880476aabf1a6607fea4a5.tar.gz
dotfiles-339d3ef2521b2a4039880476aabf1a6607fea4a5.tar.xz
etc/sh/rc: Do not include $NPROC in $MAKEFLAGS
Diffstat (limited to 'etc')
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 99cdbca..8b9f0ba 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -102,7 +102,7 @@ export BORG_REMOTE_PATH='borg1'
NPROC=$(($(nproc) * 2 + 1))
GUILE_EFFECTIVE_VERSION="$(guile -c '(display (effective-version))')"
-export MAKEFLAGS="-j $NPROC"
+export MAKEFLAGS='-j'
export GOPATH="$SRC/go"
export VG_FLAGS='
--show-error-list=yes