1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

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',
],
)