add makeflags to enable parallel compilation

This commit is contained in:
2026-03-13 21:38:17 -04:00
parent 27e99a32cd
commit 1c81beb422

View File

@@ -14,3 +14,5 @@ if [ "${SKIP_NATIVE-n}" = n ]; then
CFLAGS="$CFLAGS -march=native -mtune=native"
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
fi
MAKEFLAGS="--jobs=$(nproc)"