We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c4e03 commit 7268e3dCopy full SHA for 7268e3d
build.sh
@@ -5,6 +5,6 @@ set -e
5
mkdir -p build
6
cd build
7
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/opt/msgflo-cpp
8
-make -j
+make -j4
9
make install
10
cd ..
0 commit comments