Skip to content

Commit

Permalink
Turn on -Werror for the Zcash build.
Browse files Browse the repository at this point in the history
  • Loading branch information
defuse committed May 18, 2016
1 parent 7c1ccd9 commit 6dc53bd
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 -Og -g'
./configure --prefix="${PREFIX}" --with-gui=no "$LCOV_ARG" CXXFLAGS='-Wno-deprecated-declarations -Werror -Og -g'
make "$@" V=1

0 comments on commit 6dc53bd

Please sign in to comment.