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