diff --git a/zsh/exports.zsh b/zsh/exports.zsh index 60569e4..415d900 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -7,7 +7,7 @@ else fi # Parallel conpilation with make -export MAKEFLAGS="+j`nproc`" +export MAKEFLAGS="-j`nproc`" # I want clang as default compiler if it exists command -v clang > /dev/null 2>&1