aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci-run.sh')
-rwxr-xr-xscripts/ci-run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci-run.sh b/scripts/ci-run.sh
index 368224085..ecfd6e358 100755
--- a/scripts/ci-run.sh
+++ b/scripts/ci-run.sh
@@ -202,6 +202,8 @@ build () {
mkdir "build-$BACK"
cd "build-$BACK"
+ CONFIG_OPTS+=" --enable-werror"
+
if [ "x$ISSYNTH" = "xfalse" ]; then
CONFIG_OPTS+=" --disable-synth"
fi