Compile with -Werror by default

This is what we do in development version with autotools
This commit is contained in:
Thibault Saunier 2016-10-11 01:24:24 +02:00
parent 5428359c31
commit 449737fb4a

2
configure vendored
View file

@ -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):