[profile] Remove default -j X for make
Badly written makefiles break when you run them in parallel
This commit is contained in:
parent
ee91f79cb6
commit
217a8f4f7a
1 changed files with 0 additions and 6 deletions
6
profile
6
profile
|
@ -5,12 +5,6 @@ export VISUAL="$EDITOR"
|
||||||
|
|
||||||
export TERMINAL=xfce4-terminal
|
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 PARINIT="rTbgqR B=.,?_A_a Q=_s>|"
|
||||||
|
|
||||||
export PIPENV_VENV_IN_PROJECT=true
|
export PIPENV_VENV_IN_PROJECT=true
|
||||||
|
|
Loading…
Reference in a new issue