build: default -Dagent=false

That way we don't break any CI out there which hasn't disabled it.
This commit is contained in:
Christian Hergert
2022-07-21 18:58:23 -07:00
parent c3035efd52
commit 723072b86a

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', description: 'Build the sysprof-agent utility')
option('agent', type: 'boolean', value: false, description: 'Build the sysprof-agent utility')