option('use_swift_demangler', type: 'boolean', value: true, description: 'If false, disables the swift demangler')
option('install_lib', type: 'boolean', value: false, description: 'install libdemangle in the specified prefix path.')
option('enable_cli', type: 'boolean', value: false, description: 'install a cli to demangle symbols.')
option('enable_tests', type: 'boolean', value: true, description: 'Build unit tests in test/')
option('enable_fuzz', type: 'boolean', value: false, description: 'Build libFuzzer targets (requires clang with -fsanitize=fuzzer)')
