summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-08-30 11:02:06 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-08-30 14:14:11 -0500
commit8b888311ae5bbe28e9ffa578d9f1d89c270edbbf (patch)
tree282d215152f6487afcafa9134555f5a69440d99f /meson_options.txt
parent3540bd5291efb7f38f5e28dc8d50d4fadebc664e (diff)
downloadepiphany-8b888311ae5bbe28e9ffa578d9f1d89c270edbbf.tar.gz
Disable debug goo in release mode
All our debug stuff has been enabled in release mode since switching to meson. Time to fix that.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d4a415e37..fdc3bb604 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,9 @@
+option('developer_mode',
+ type: 'boolean',
+ value: false,
+ description: 'Enable developer mode'
+)
+
option('distributor_name',
type: 'string',
value: 'GNOME Web',