xref: /openbmc/libcper/meson.options (revision a3663051b36d33dc4b102109666ee31b0c23582f)
1option(
2    'fuzz',
3    type: 'feature',
4    value: 'enabled',
5    description: 'Build fuzz targets',
6)
7option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
8option('utility', type: 'feature', value: 'enabled', description: 'Utility')
9option(
10    'output-all-properties',
11    type: 'feature',
12    value: 'disabled',
13    description: 'Force enabling of all CPER to IR properties for debugging',
14)
15