Build with buildtype debugoptimized by default
[platform/upstream/gstreamer.git] / meson.build
index adac070..859d49e 100644 (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'