Skip to content

Commit

Permalink
Hide new Boost warnings on GCC 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
defuse committed May 18, 2016
1 parent e334392 commit be1bae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcutil/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ PREFIX="$(pwd)/depends/x86_64-unknown-linux-gnu/"

make "$@" -C ./depends/ V=1 NO_QT=1
./autogen.sh
./configure --prefix="${PREFIX}" --with-gui=no "$LCOV_ARG" CXXFLAGS='-Wno-deprecated-declarations -Werror -Og -g'
./configure --prefix="${PREFIX}" --with-gui=no "$LCOV_ARG" CXXFLAGS='-Wno-deprecated-declarations -Wno-placement-new -Wno-terminate -Werror -Og -g'
make "$@" V=1

0 comments on commit be1bae1

Please sign in to comment.