Change sysprof build option default value to 'auto'

Now sysprof can be enabled by default in distros that use
-Dauto_features=enabled or for developers who already have sysprof
installed, while it's still disabled for developers who do not have
sysprof installed. See #3354
This commit is contained in:
Michael Catanzaro 2024-05-16 13:57:38 -05:00
parent 153cda6669
commit 329a69e558

View File

@ -68,7 +68,7 @@ option('tapset_install_dir',
option('sysprof',
type : 'feature',
value : 'disabled',
value : 'auto',
description : 'include tracing support for sysprof')
option('documentation',