-
Notifications
You must be signed in to change notification settings - Fork 1
/
meson_options.txt
15 lines (14 loc) · 998 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
option('enable_usermode', type: 'boolean', value: false, description:
'Make the resulting binary runnable without root (requires sudo during build)')
option('enable_tests', type: 'boolean', value: false, description:
'Make sure automated testing has all prerequisities')
option('enable_virtual_services', type: 'boolean', value: false, description:
'Build with virtual services functionality')
option('enable_static_underlay_ip', type: 'boolean', value: false, description:
'Build with generating underlay ipv6 address without randomness')
option('compiler_suggestions', type: 'boolean', value: false, description:
'Show various compiler suggestions (warnings)')
option('build_dpservice_cli', type: 'boolean', value: false, description:
'Enable building of dpservice-cli golang gRPC client')
option('enable_pf1_proxy', type: 'boolean', value: false, description:
'Enable the workaround solution to allow PF1 to communicate with the outside world')