Skip to content

Commit

Permalink
Enable b2 verbosity as well
Browse files Browse the repository at this point in the history
  • Loading branch information
edmcman committed Sep 6, 2024
1 parent 106ad4f commit 95b0981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_prereqs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 95b0981

Please sign in to comment.