aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 56d950612156f46740161af9951299c3a251247b (plain)
1
2
3
4
5
6
7
8
9
10
option('sctp_invariants', type: 'boolean', value: false,
    description: 'Add runtime checks')
option('sctp_debug', type: 'boolean', value: false,
    description: 'Provide debug information')
option('sctp_inet', type: 'boolean', value: true,
    description: 'Support IPv4')
option('sctp_inet6', type: 'boolean', value: true,
    description: 'Support IPv6')
option('sctp_build_programs', type: 'boolean', value: true,
    description: 'Build example programs')