meson: use "debugoptimized" as the default build type
... to match the default autotools behavior.
This commit is contained in:
parent
010a4fe058
commit
f7c487f535
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ project('gimp',
|
|||
meson_version: '>=0.50.0',
|
||||
default_options: [
|
||||
'cpp_std=gnu++14',
|
||||
'buildtype=debugoptimized',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue