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 8b18a96 commit 40602b1Copy full SHA for 40602b1
scripts/install_boost.bash
@@ -17,7 +17,7 @@ tar -xf boost_$BOOST_VERSION_DASH.tar.gz
17
cd boost_$BOOST_VERSION_DASH
18
sh bootstrap.sh
19
20
-./b2 install $BOOST_VARIANT variant=$BOOST_VARIANT debug-symbols=$DEBUG --without-python
+./b2 install $BOOST_VARIANT variant=$BOOST_VARIANT debug-symbols=$DEBUG --without-python -j 4
21
22
cd ..
23
rm boost_$BOOST_VERSION_DASH -rf
0 commit comments