forked from xnvme/xnvme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
23 lines (16 loc) · 994 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
option('with-liburing', type: 'boolean', value: true)
option('with-libaio', type: 'boolean', value: true)
option('with-spdk', type: 'boolean', value: true)
option('with-libvfn', type: 'boolean', value: true)
option('with-fio', type: 'boolean', value: true)
option('be_ramdisk', type: 'boolean', value: true)
option('async_emu', type: 'boolean', value: true)
option('async_thrpool', type: 'boolean', value: true)
option('examples', type: 'boolean', value: true)
option('tests', type: 'boolean', value: true)
option('tools', type: 'boolean', value: true)
option('shared_library', type: 'boolean', value: true)
option('build_subprojects', type : 'boolean', value : true, yield : true)
option('enable-ysnp', type: 'boolean', value: true)
option('manpages', type: 'boolean', value: 'true', description: 'Install manpages for all CLI tools/examples/tests')
option('bash_completion', type: 'feature', value: 'disabled', description: 'Install bash-completions for all CLI tools/examples/tests')