mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
meson: add option for enabling usdt
Default is having usdt disabled. Signed-off-by: Joanne Koong <joannelkoong@gmail.com>
This commit is contained in:
committed by
Bernd Schubert
parent
197ea99fe4
commit
ead0a13d57
@@ -22,3 +22,5 @@ option('tests', type : 'boolean', value : true,
|
||||
option('disable-libc-symbol-version', type : 'boolean', value : false,
|
||||
description: 'Disable versioned symbols through libc')
|
||||
|
||||
option('enable-usdt', type : 'boolean', value : false,
|
||||
description: 'Enable user statically defined tracepoints for extra observability')
|
||||
|
||||
Reference in New Issue
Block a user