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
This commit is contained in:
Christian Hergert
2022-07-22 11:44:54 -07:00
parent a12177e447
commit 3b381d88a3

View File

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