aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 49e4d9acdffd31d965d984357fe51e14dc4f825b (plain)
1
2
3
4
5
6
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)')