Compile with -Werror by default
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Mon, 10 Oct 2016 23:24:24 +0000 (01:24 +0200)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Mon, 10 Oct 2016 23:52:20 +0000 (01:52 +0200)
This is what we do in development version with autotools

configure

index aab9e7d..3629804 100755 (executable)
--- 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):