meson_options.txt 464 B

12345678910
  1. option('sctp_invariants', type: 'boolean', value: false,
  2. description: 'Add runtime checks')
  3. option('sctp_debug', type: 'boolean', value: false,
  4. description: 'Provide debug information')
  5. option('sctp_inet', type: 'boolean', value: true,
  6. description: 'Support IPv4')
  7. option('sctp_inet6', type: 'boolean', value: true,
  8. description: 'Support IPv6')
  9. option('sctp_build_programs', type: 'boolean', value: true,
  10. description: 'Build example programs')