Build with buildtype debugoptimized by default
https://bugzilla.gnome.org/show_bug.cgi?id=790989
This commit is contained in:
parent
c23be22adc
commit
8ff8df2112
@ -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_version = '>= @0@'.format(meson.project_version())
|
||||||
gst_branch = 'master'
|
gst_branch = 'master'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user