From 563487f9535e6f52a42278b9e1c2ec8f56b91449 Mon Sep 17 00:00:00 2001 From: Marvin Schmidt Date: Mon, 22 Nov 2021 23:38:36 +0100 Subject: ci: Enable -Werror --- ci/configure-paludis.sh | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3