meson: use "debugoptimized" as the default build type
authorEll <ell_se@yahoo.com>
Fri, 25 Oct 2019 14:08:45 +0000 (17:08 +0300)
committerEll <ell_se@yahoo.com>
Fri, 25 Oct 2019 14:26:16 +0000 (17:26 +0300)
... to match the default autotools behavior.

meson.build

index 1ada1a996fb1644f2a8edcdf583c3e0496121bd2..bd428b6ffa4fd4ee1f696bfafcb2ac673542f454 100644 (file)
@@ -5,7 +5,8 @@ project('babl', 'c',
   default_options: [
     'sysconfdir=/etc',
     'localstatedir=/var',
-    'sharedstatedir=/var/lib'
+    'sharedstatedir=/var/lib',
+    'buildtype=debugoptimized'
   ],
   # https://gitlab.gnome.org/GNOME/babl/issues/
 )