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:
@@ -4,6 +4,7 @@ project('gimp',
|
||||
meson_version: '>=0.50.0',
|
||||
default_options: [
|
||||
'cpp_std=gnu++14',
|
||||
'buildtype=debugoptimized',
|
||||
],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user