diff options
-rwxr-xr-x | ci/configure-paludis.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/configure-paludis.sh b/ci/configure-paludis.sh index 8772b1c6f..6c072f0a6 100755 --- a/ci/configure-paludis.sh +++ b/ci/configure-paludis.sh @@ -39,6 +39,8 @@ else exit 1 fi +CXXFLAGS="${CXXFLAGS} -Werror" + if [[ ${BUILD_TYPE} == "release" ]]; then CMAKE_BUILD_TYPE="Release" CXXFLAGS="${CXXFLAGS} -pipe -O2" |