You've already forked aur_builder
add makeflags to enable parallel compilation
This commit is contained in:
@@ -14,3 +14,5 @@ if [ "${SKIP_NATIVE-n}" = n ]; then
|
|||||||
CFLAGS="$CFLAGS -march=native -mtune=native"
|
CFLAGS="$CFLAGS -march=native -mtune=native"
|
||||||
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
|
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
MAKEFLAGS="--jobs=$(nproc)"
|
||||||
|
|||||||
Reference in New Issue
Block a user