From 449737fb4a19bf16a877cf0ddbaeac3594d937c0 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 11 Oct 2016 01:24:24 +0200 Subject: [PATCH] Compile with -Werror by default This is what we do in development version with autotools --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index aab9e7d0d7..3629804646 100755 --- a/configure +++ b/configure @@ -49,7 +49,7 @@ def get_configs(meson): '-Dgst-editing-services:disable_introspection=true', '-Dgst-devtools:disable_introspection=true'] - return [] + return ['-Dwerror=true'] def configure_meson(args):