build-sys: meson: Disable coverage by default

This commit is contained in:
Arun Raghavan 2019-07-11 07:54:13 +05:30
parent 0cd931dc80
commit a4651af796

View file

@ -1,5 +1,5 @@
option('gcov',
type : 'boolean',
type : 'boolean', value : false,
description : 'Enable optional gcov coverage analysis')
option('man',
type : 'boolean',