aboutsummaryrefslogtreecommitdiff
path: root/docs/meson_options.txt
blob: bc0ec550895a4faa5c07e7b72e4388080061aebd (plain)
1
2
3
4
option('unsafe_yaml', type: 'boolean', value: false,
    description: 'disable safety checks and use a faster, but less correct YAML loader')
option('html', type: 'boolean', value: true,
    description: 'build the hotdoc-based HTML documentation')