summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2019-05-11 20:57:18 +0200
committerGitHub <noreply@github.com>2019-05-11 20:57:18 +0200
commiteb0e132bcc393e7672ff4188fcebef28a4821f35 (patch)
tree55aeb287a8568379b788fbc65c64650996b5665e /meson_options.txt
parent871ea4278504aa5b0caf1121e90c7e562431531a (diff)
[Timings] Move into new debug system. (#961)
* [Timings] Move into new debug system. * [Timings] Remove newlines.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a26d912b..08fb0de0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,3 @@
option('drun', type: 'boolean', value: true, description: 'Desktop file mode')
option('window', type: 'boolean', value: true, description: 'Window switcher mode')
-option('timings', type: 'boolean', value: false, description: 'Timings output')
option('check', type: 'feature', description: 'Build and run libcheck-based tests')