From f7c487f53508fc5d4149aa32452884455a1be7c6 Mon Sep 17 00:00:00 2001 From: Ell Date: Fri, 25 Oct 2019 17:24:39 +0300 Subject: [PATCH] meson: use "debugoptimized" as the default build type ... to match the default autotools behavior. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 1f007bacdc..8a1109aaf8 100644 --- a/meson.build +++ b/meson.build @@ -4,6 +4,7 @@ project('gimp', meson_version: '>=0.50.0', default_options: [ 'cpp_std=gnu++14', + 'buildtype=debugoptimized', ], )