diff --git a/scripts/build_prereqs.bash b/scripts/build_prereqs.bash index 246c99cc..7c2159e8 100755 --- a/scripts/build_prereqs.bash +++ b/scripts/build_prereqs.bash @@ -18,7 +18,7 @@ then tar -xjf boost_1_64_0.tar.bz2 cd boost_1_64_0 ./bootstrap.sh --prefix=$PREFIX --with-libraries=system,serialization,chrono,timer,iostreams,thread,date_time,random,regex,program_options,filesystem,wave - sudo ./b2 cxxflags="$CXXFLAGS" linkflags="$LDFLAGS" -j $NCPU toolset=gcc install + sudo ./b2 -d2 cxxflags="$CXXFLAGS" linkflags="$LDFLAGS" -j $NCPU toolset=gcc install test "$1" = "-reclaim" && sudo rm -rf $DIR/boost fi