Ed Tanous | 8121f7e | 2025-03-06 14:39:07 -0800 | [diff] [blame] | 1 | option( |
| 2 | 'fuzz', |
| 3 | type: 'feature', |
| 4 | value: 'enabled', |
| 5 | description: 'Build fuzz targets', |
| 6 | ) |
John Chung | abc62b8 | 2024-05-22 22:45:36 +0800 | [diff] [blame] | 7 | option('tests', type: 'feature', value: 'enabled', description: 'Build tests') |
Ed Tanous | cd9b1c5 | 2025-04-22 08:59:45 -0700 | [diff] [blame] | 8 | option( |
| 9 | 'utility', |
| 10 | type: 'feature', |
| 11 | value: 'enabled', |
| 12 | description: 'Compile CLI utilities', |
| 13 | ) |
| 14 | option( |
| 15 | 'python', |
| 16 | type: 'feature', |
| 17 | value: 'disabled', |
| 18 | description: 'Build python extensions', |
| 19 | ) |
| 20 | option('install', type: 'feature', value: 'enabled', description: 'Install') |
| 21 | option( |
| 22 | 'pkgconfig', |
| 23 | type: 'feature', |
| 24 | value: 'enabled', |
| 25 | description: 'Install pkgconfig', |
| 26 | ) |
Aushim Nagarkatti | dd9e8d9 | 2025-02-28 11:20:45 -0800 | [diff] [blame] | 27 | option( |
| 28 | 'output-all-properties', |
| 29 | type: 'feature', |
| 30 | value: 'disabled', |
| 31 | description: 'Force enabling of all CPER to IR properties for debugging', |
| 32 | ) |