Fix issue with new make
This commit is contained in:
parent
82d919d9d6
commit
3c065b7f61
|
@ -7,7 +7,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Parallel conpilation with make
|
# Parallel conpilation with make
|
||||||
export MAKEFLAGS="+j`nproc`"
|
export MAKEFLAGS="-j`nproc`"
|
||||||
|
|
||||||
# I want clang as default compiler if it exists
|
# I want clang as default compiler if it exists
|
||||||
command -v clang > /dev/null 2>&1
|
command -v clang > /dev/null 2>&1
|
||||||
|
|
Loading…
Reference in New Issue