We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe68b4 commit b10dfbbCopy full SHA for b10dfbb
install-boost.sh
@@ -6,7 +6,7 @@ if [ ! -d "${HOME}/${CC}-boost_${BOOST_VERSION}/include" ]; then
6
tar jxf boost_${BOOST_VERSION}.tar.bz2
7
cd boost_${BOOST_VERSION}
8
./bootstrap.sh --with-toolset=$TOOLSET --prefix=${HOME}/${CC}-boost_${BOOST_VERSION}
9
- ./b2 --stagedir=. -j2 --build-type=complete --layout=tagged cxxflags='-std=c++11' install >boost-build.log 2>&1
+ ./b2 --stagedir=. -j2 --layout=tagged variant=debug,release link=shared threading=multi address-model=64 cxxflags='-std=c++11' install >boost-build.log 2>&1
10
cd ..
11
rm -rf boost_${BOOST_VERSION}
12
rm -rf boost_${BOOST_VERSION}.tar.bz2
0 commit comments