aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 31cbc6749f71b8c2806eb0db7558619b2492d6dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
option('rpath', type: 'feature', value: 'auto',
       description: 'whether to include rpath information in installed binaries and libraries')
option('tran-pipe', type: 'boolean', value: false,
       description: 'enable pipe transport for testing')
option('debug-logs', type: 'feature', value: 'auto',
       description: 'enable extra debugging code (default for debug builds)')
option('shadow-ioeventfd', type: 'boolean', value : false,
       description: 'enable shadow ioeventfd (experimental)')
option('client-server-test', type: 'boolean', value : false,
       description: 'enable client-server test (flaky)')
option('debug-sgl', type: 'boolean', value : false,
       description: 'additional debugging for sgl maps')