diff options
author | Michael Catanzaro <mcatanzaro@igalia.com> | 2017-08-30 11:02:06 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@igalia.com> | 2017-08-30 14:14:11 -0500 |
commit | 8b888311ae5bbe28e9ffa578d9f1d89c270edbbf (patch) | |
tree | 282d215152f6487afcafa9134555f5a69440d99f /meson_options.txt | |
parent | 3540bd5291efb7f38f5e28dc8d50d4fadebc664e (diff) | |
download | epiphany-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.txt | 6 |
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', |