blob: 9cda0c418bb7c6e2b0abcdf17d2ce90f03a7e2fc [file] [log] [blame]
Ed Tanous8121f7e2025-03-06 14:39:07 -08001option(
2 'fuzz',
3 type: 'feature',
4 value: 'enabled',
5 description: 'Build fuzz targets',
6)
John Chungabc62b82024-05-22 22:45:36 +08007option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
8option('utility', type: 'feature', value: 'enabled', description: 'Utility')
Aushim Nagarkattidd9e8d92025-02-28 11:20:45 -08009option(
10 'output-all-properties',
11 type: 'feature',
12 value: 'disabled',
13 description: 'Force enabling of all CPER to IR properties for debugging',
14)