From: Ell Date: Fri, 25 Oct 2019 14:08:45 +0000 (+0300) Subject: meson: use "debugoptimized" as the default build type X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~10^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=69d7499dc2fcba1ac6526a59a248287918324d73;p=babl.git meson: use "debugoptimized" as the default build type ... to match the default autotools behavior. --- diff --git a/meson.build b/meson.build index 1ada1a9..bd428b6 100644 --- a/meson.build +++ b/meson.build @@ -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/ )