blob: ea59c28d4d4f1773bf883d8d4157b23a051e6ebe [file] [log] [blame]
Pierre-Clément Tosief1978a2022-05-30 20:57:34 +01001option('tools', type: 'boolean', value: true,
2 description: 'Build tools')
3option('assume-mask', type: 'integer', value: 0,
4 description: 'Control the assumptions made (e.g. risking security issues) in the code.')
5option('yaml', type: 'feature', value: 'auto',
6 description: 'YAML support')
7option('valgrind', type: 'feature', value: 'auto',
8 description: 'Valgrind support')
9option('python', type: 'feature', value: 'auto',
10 description: 'Build pylibfdt Python library')