[sysprof/wip/chergert/install-agent-by-default] build: enable sysprof-agent by default (-Dagent=true)




commit 3b381d88a33af52da78539d7be1f5411b155961e
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jul 22 11:44:54 2022 -0700

    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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]