Skip to content

Commit a426416

Browse files
Tim AdyeTim Adye
Tim Adye
authored and
Tim Adye
committed
make builds with 8 threads
1 parent fb5c7a9 commit a426416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mkdir -p "$BUILD_DIR" "$RUNDIR"
1616
[ -d $(basename "$RUNDIR") ] || ln -nfs "$RUNDIR" .
1717
cd "$BUILD_DIR"
1818
cmake3 "$SRCDIR" -DCMAKE_BUILD_TYPE="$BUILD_TYPE" -DCMAKE_INSTALL_PREFIX="$RUNDIR" -DCMAKE_INSTALL_MESSAGE=LAZY "$@" || exit
19-
make install || exit
19+
make -j8 install || exit
2020
cd "$RUNDIR"
2121
ln -nfs "$BUILD_DIR/Test"* "$BUILD_DIR/Bench"* "$SRCDIR/test/"*.sh "$SRCDIR/test/"*.py $(dirname "$MAKE_SH")/make*.sh .
2222
ln -nfs "$SETUP_SH" setup.sh

0 commit comments

Comments
 (0)