option('with_tests', type : 'boolean', value : false, description : 'Disable tests build.')
option('with_benchmarks', type : 'boolean', value : false, description : 'Disable benchmarks build.')
option('show_extra_files', type : 'boolean', value : false, description : 'adds dummy lib to show extra files into an IDE.')
option('disable_python_wrapper', type : 'boolean', value : false, description : 'build without Python wrapper.')
option('tracy_enable', type : 'boolean', value : false , description : 'Enable profiling')
option('with_torture_tests', type : 'boolean', value : false, description : 'Enable torture/fuzz tests (slow, opt-in).')
