meson: use "debugoptimized" as the default build type

... to match the default autotools behavior.
This commit is contained in:
Ell 2019-10-25 17:24:39 +03:00
parent 010a4fe058
commit f7c487f535

View file

@ -4,6 +4,7 @@ project('gimp',
meson_version: '>=0.50.0',
default_options: [
'cpp_std=gnu++14',
'buildtype=debugoptimized',
],
)