summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-07-11 19:18:18 +0200
committerZeeshan Ali <zeenix@collabora.co.uk>2018-07-11 19:19:37 +0200
commit1f4234185c5c2098a680151623bff3dae2a2a9cc (patch)
treea8225d2d3d987a1c078943880ca5f50f4c7bc815
parent00c4b8e4707a3a15a2e5589e1c72e8759923ce33 (diff)
downloadgeoclue-1f4234185c5c2098a680151623bff3dae2a2a9cc.tar.gz
build,meson: Remove unused debug option
meson provides the options for that.
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2a75136..83bc60e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -25,9 +25,6 @@ option('enable-backend',
option('demo-agent',
type: 'boolean', value: true,
description: 'Build demo agent')
-option('debug',
- type: 'boolean', value: false,
- description: 'Build debug build')
option('dbus-sys-dir',
type: 'string',
description: 'where D-BUS system.d directory is')