blob: ffd7c74192a5e669e7e597025256dadce52aeccc [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')
Ed Tanouscd9b1c52025-04-22 08:59:45 -07008option(
9 'utility',
10 type: 'feature',
11 value: 'enabled',
12 description: 'Compile CLI utilities',
13)
14option(
15 'python',
16 type: 'feature',
17 value: 'disabled',
18 description: 'Build python extensions',
19)
20option('install', type: 'feature', value: 'enabled', description: 'Install')
21option(
22 'pkgconfig',
23 type: 'feature',
24 value: 'enabled',
25 description: 'Install pkgconfig',
26)
Aushim Nagarkattidd9e8d92025-02-28 11:20:45 -080027option(
28 'output-all-properties',
29 type: 'feature',
30 value: 'disabled',
31 description: 'Force enabling of all CPER to IR properties for debugging',
32)