Fix issue with new make
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user