We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5c7a9 commit a426416Copy full SHA for a426416
make.sh
@@ -16,7 +16,7 @@ mkdir -p "$BUILD_DIR" "$RUNDIR"
16
[ -d $(basename "$RUNDIR") ] || ln -nfs "$RUNDIR" .
17
cd "$BUILD_DIR"
18
cmake3 "$SRCDIR" -DCMAKE_BUILD_TYPE="$BUILD_TYPE" -DCMAKE_INSTALL_PREFIX="$RUNDIR" -DCMAKE_INSTALL_MESSAGE=LAZY "$@" || exit
19
-make install || exit
+make -j8 install || exit
20
cd "$RUNDIR"
21
ln -nfs "$BUILD_DIR/Test"* "$BUILD_DIR/Bench"* "$SRCDIR/test/"*.sh "$SRCDIR/test/"*.py $(dirname "$MAKE_SH")/make*.sh .
22
ln -nfs "$SETUP_SH" setup.sh
0 commit comments