summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-11-12 11:43:57 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2018-04-09 19:48:30 +0200
commit8c8c15f26dd61be5c9bdfc67b5d4b04b65d126f9 (patch)
tree31e6794d88cb6281c6c7858214a7aa441191bc31
parent8a6c93c31f21e9f04f6588e6e9bd81b5440c0cd4 (diff)
downloaddconf-8c8c15f26dd61be5c9bdfc67b5d4b04b65d126f9.tar.gz
build: Remove default options
dconf uses 1 as the project's default warning level. However, meson already sets this option by default. This patch removes the option from project's default options. It also removes the debugoptimized built type. https://bugzilla.gnome.org/show_bug.cgi?id=790236
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index a5367e0..276e227 100644
--- a/meson.build
+++ b/meson.build
@@ -2,10 +2,6 @@ project(
'dconf', ['c', 'vala'],
version: '0.28.0',
license: 'LGPL2.1+',
- default_options: [
- 'buildtype=debugoptimized',
- 'warning_level=1'
- ],
meson_version: '>= 0.41.0'
)