mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Compile with -Werror by default
This is what we do in development version with autotools
This commit is contained in:
parent
5428359c31
commit
449737fb4a
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue