projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f221595
)
meson: use "debugoptimized" as the default build type
author
Ell
<ell_se@yahoo.com>
Fri, 25 Oct 2019 14:08:45 +0000
(17:08 +0300)
committer
Ell
<ell_se@yahoo.com>
Fri, 25 Oct 2019 14:26:16 +0000
(17:26 +0300)
... to match the default autotools behavior.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 1ada1a996fb1644f2a8edcdf583c3e0496121bd2..bd428b6ffa4fd4ee1f696bfafcb2ac673542f454 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-5,7
+5,8
@@
project('babl', 'c',
default_options: [
'sysconfdir=/etc',
'localstatedir=/var',
- 'sharedstatedir=/var/lib'
+ 'sharedstatedir=/var/lib',
+ 'buildtype=debugoptimized'
],
# https://gitlab.gnome.org/GNOME/babl/issues/
)