summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-07-08 12:02:45 +0200
committerDave Davenport <qball@gmpclient.org>2017-07-08 12:02:45 +0200
commita76120d540e85f740ea3c4c22994479dbf11ced9 (patch)
treeba010cfc716027bad26de23f23123ffdc786ab5d /meson_options.txt
parent4d728e3c68f160d690bf13d083b832067536e14f (diff)
Don't enable timing report output by default in meson
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d4b612ec..cbcde78c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,5 @@
option('enable-drun', type: 'boolean', value: true, description: 'Desktop file mode')
option('enable-window', type: 'boolean', value: true, description: 'Window switcher mode')
-option('enable-timings', type: 'boolean', value: true, description: 'Timimngs output')
+option('enable-timings', type: 'boolean', value: false, description: 'Timimngs output')
option('enable-asan', type: 'boolean', value: false, description: 'Address sanitizer')
option('enable-check', type: 'boolean', value: true, description: 'Build and run libcheck-based tests')