Build with buildtype debugoptimized by default

https://bugzilla.gnome.org/show_bug.cgi?id=790989
This commit is contained in:
Tim-Philipp Müller 2017-12-06 10:58:23 +00:00
parent c23be22adc
commit 8ff8df2112

View file

@ -1,4 +1,7 @@
project('All GStreamer modules', 'c', version : '1.13.0.1', meson_version : '>= 0.40.1')
project('All GStreamer modules', 'c',
version : '1.13.0.1',
meson_version : '>= 0.40.1',
default_options : ['buildtype=debugoptimized'])
gst_version = '>= @0@'.format(meson.project_version())
gst_branch = 'master'