mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: meson: Disable coverage by default
This commit is contained in:
parent
0cd931dc80
commit
a4651af796
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
option('gcov',
|
||||
type : 'boolean',
|
||||
type : 'boolean', value : false,
|
||||
description : 'Enable optional gcov coverage analysis')
|
||||
option('man',
|
||||
type : 'boolean',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue