summaryrefslogtreecommitdiff
path: root/meson.build
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-08-11 22:55:53 +0200
commite5f8af841b7236507add31d7cb78531f62e35849 (patch)
tree88c60a3e10a06188d5b9ac59d0c45fbb73759214 /meson.build
parente73979ae330cc476141ff509b60832fe2cf8ea10 (diff)
downloaddconf-e5f8af841b7236507add31d7cb78531f62e35849.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.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 05c87dc..739da14 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'
)