| option( | |
| 'fuzz', | |
| type: 'feature', | |
| value: 'enabled', | |
| description: 'Build fuzz targets', | |
| ) | |
| option('tests', type: 'feature', value: 'enabled', description: 'Build tests') | |
| option('utility', type: 'feature', value: 'enabled', description: 'Utility') | |
| option( | |
| 'output-all-properties', | |
| type: 'feature', | |
| value: 'disabled', | |
| description: 'Force enabling of all CPER to IR properties for debugging', | |
| ) |