From 3b381d88a33af52da78539d7be1f5411b155961e Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 22 Jul 2022 11:44:54 -0700 Subject: [PATCH] build: enable sysprof-agent by default (-Dagent=true) This enables sysprof-agent by default to ensure that we are getting built in places that really should have it without packager intervention. Fixes #80 --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 6644185d..8d9df543 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -47,4 +47,4 @@ option('examples', type: 'boolean') # Optionally build the sysprof-agent tool to allow profiling inside of # containers from external system -option('agent', type: 'boolean', value: false, description: 'Build the sysprof-agent utility') +option('agent', type: 'boolean', description: 'Build the sysprof-agent utility')