option(
    'threads',
    type: 'feature',
    value: 'auto',
    description: 'Build with thread support.',
)
option(
    'test',
    type: 'boolean',
    value: false,
    description: 'Run tests.',
)
