summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 82621c320269c9138684ec6c0ea573438b51328a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
option('tools', type: 'boolean', value: true,
       description: 'Build tools')
option('assume-mask', type: 'integer', value: 0,
       description: 'Control the assumptions made (e.g. risking security issues) in the code.')
option('yaml', type: 'feature', value: 'auto',
       description: 'YAML support')
option('valgrind', type: 'feature', value: 'auto',
       description: 'Valgrind support')
option('python', type: 'feature', value: 'auto',
       description: 'Build pylibfdt Python library')
option('static-build', type: 'boolean', value: false,
       description: 'Build static binaries')