Compile with -Werror by default
This is what we do in development version with autotools
This commit is contained in:
parent
5428359c31
commit
449737fb4a
2
configure
vendored
2
configure
vendored
@ -49,7 +49,7 @@ def get_configs(meson):
|
|||||||
'-Dgst-editing-services:disable_introspection=true',
|
'-Dgst-editing-services:disable_introspection=true',
|
||||||
'-Dgst-devtools:disable_introspection=true']
|
'-Dgst-devtools:disable_introspection=true']
|
||||||
|
|
||||||
return []
|
return ['-Dwerror=true']
|
||||||
|
|
||||||
|
|
||||||
def configure_meson(args):
|
def configure_meson(args):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user