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') |
| 8 | option('utility', type: 'feature', value: 'enabled', description: 'Utility') |
Aushim Nagarkatti | dd9e8d9 | 2025-02-28 11:20:45 -0800 | [diff] [blame] | 9 | option( |
| 10 | 'output-all-properties', |
| 11 | type: 'feature', |
| 12 | value: 'disabled', |
| 13 | description: 'Force enabling of all CPER to IR properties for debugging', |
| 14 | ) |