diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 957c5fc..c1f8fe6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -24,3 +24,6 @@ option('disable-libc-symbol-version', type : 'boolean', value : false, option('enable-usdt', type : 'boolean', value : false, description: 'Enable user statically defined tracepoints for extra observability') + +option('enable-io-uring', type: 'boolean', value: true, + description: 'Enable fuse-over-io-uring support') |