summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 3dae71495b75ed0503387f8d98e67e9ceeb12ae6 (plain)
1
2
3
4
5
option('enable-benchmark', type : 'boolean', value : false, description : 'Enable benchmark')
option('disable-internal-asserts', type : 'boolean', value : false, description : 'Disables the internal asserts')
option('enable-consistency-check', type : 'boolean', value : false, description : 'Enables (very) expensive consistency checks. It might affect the asymptotic performance.')
option('enable-doc', type : 'boolean', value : false, description : 'Enable documentation generation')
option('disable-introspection', type : 'boolean', value : false, description : 'Disable introspection generation')