blob: ffd7c74192a5e669e7e597025256dadce52aeccc [file] [log] [blame]
option(
'fuzz',
type: 'feature',
value: 'enabled',
description: 'Build fuzz targets',
)
option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
option(
'utility',
type: 'feature',
value: 'enabled',
description: 'Compile CLI utilities',
)
option(
'python',
type: 'feature',
value: 'disabled',
description: 'Build python extensions',
)
option('install', type: 'feature', value: 'enabled', description: 'Install')
option(
'pkgconfig',
type: 'feature',
value: 'enabled',
description: 'Install pkgconfig',
)
option(
'output-all-properties',
type: 'feature',
value: 'disabled',
description: 'Force enabling of all CPER to IR properties for debugging',
)