From 329a69e558dfb053398ee9d564cd64f586fa52fe Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Thu, 16 May 2024 13:57:38 -0500 Subject: [PATCH] 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 --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index a9248ff18..14ece1039 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -68,7 +68,7 @@ option('tapset_install_dir', option('sysprof', type : 'feature', - value : 'disabled', + value : 'auto', description : 'include tracing support for sysprof') option('documentation',