We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f1562 commit 1e0a850Copy full SHA for 1e0a850
build-make-dep.sh
@@ -12,4 +12,5 @@ cd $SRC_DIR
12
if [ -e ./configure ]; then
13
CFLAGS="$CFLAGS" ./configure $@
14
fi
15
+make -j$(nproc)
16
make ${INSTALL_TARGET:-install} PREFIX=$INSTALL_PREFIX
0 commit comments