[profile] Remove default -j X for make

Badly written makefiles break when you run them in parallel
This commit is contained in:
Midgard 2019-06-13 19:37:13 +02:00
parent ee91f79cb6
commit 217a8f4f7a
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -5,12 +5,6 @@ export VISUAL="$EDITOR"
export TERMINAL=xfce4-terminal
if which nproc >/dev/null 2>&1; then
export MAKEFLAGS="-j $(( $(nproc) * 3 / 4 ))"
else
export MAKEFLAGS="-j 2"
fi
export PARINIT="rTbgqR B=.,?_A_a Q=_s>|"
export PIPENV_VENV_IN_PROJECT=true