From a76120d540e85f740ea3c4c22994479dbf11ced9 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 8 Jul 2017 12:02:45 +0200 Subject: [PATCH] Don't enable timing report output by default in meson --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')