aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2019-07-11 07:54:13 +0530
committerArun Raghavan <arun@arunraghavan.net>2019-07-11 07:54:36 +0530
commita4651af796abb85d8997198fd4437c0a5588789d (patch)
treecad50bf4e7075f83b2c833cf0c3bf7d622999bd6
parent0cd931dc808786bffa3b40f75097af43a217b880 (diff)
downloadpulseaudio-a4651af796abb85d8997198fd4437c0a5588789d.tar.gz
build-sys: meson: Disable coverage by default
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 82c8ca32..54c1ee59 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,5 @@
option('gcov',
- type : 'boolean',
+ type : 'boolean', value : false,
description : 'Enable optional gcov coverage analysis')
option('man',
type : 'boolean',