Skip to content

Commit

Permalink
Disable verbosity again.
Browse files Browse the repository at this point in the history
  • Loading branch information
edmcman committed Sep 6, 2024
1 parent 575cccf commit 6c0f228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest
ARG NCPU=1
ENV NCPU=$NCPU

ENV NINJAFLAGS="-v"
#ENV NINJAFLAGS="-v"

# This will reduce the memory usage by default
ARG CXXFLAGS="-pthread --param ggc-min-expand=5 --param ggc-min-heapsize=32768"
Expand Down
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 -d2 cxxflags="$CXXFLAGS" linkflags="$LDFLAGS" -j $NCPU toolset=gcc install
sudo ./b2 cxxflags="$CXXFLAGS" linkflags="$LDFLAGS" -j $NCPU toolset=gcc install
test "$1" = "-reclaim" && sudo rm -rf $DIR/boost
fi

Expand Down

0 comments on commit 6c0f228

Please sign in to comment.