Skip to content

Commit 40602b1

Browse files
committed
Parallel.
1 parent 8b18a96 commit 40602b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_boost.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tar -xf boost_$BOOST_VERSION_DASH.tar.gz
1717
cd boost_$BOOST_VERSION_DASH
1818
sh bootstrap.sh
1919

20-
./b2 install $BOOST_VARIANT variant=$BOOST_VARIANT debug-symbols=$DEBUG --without-python
20+
./b2 install $BOOST_VARIANT variant=$BOOST_VARIANT debug-symbols=$DEBUG --without-python -j 4
2121

2222
cd ..
2323
rm boost_$BOOST_VERSION_DASH -rf

0 commit comments

Comments
 (0)