summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: 8ccef91a7efd0c4e0caf9f66d4f4d17a46d471ef (plain)
1
2
3
4
5
option('enable-drun', type: 'boolean', value: true, description: 'Desktop file mode')
option('enable-window', type: 'boolean', value: true, description: 'Window switcher mode')
option('enable-timings', type: 'boolean', value: false, description: 'Timings output')
option('enable-asan', type: 'boolean', value: false, description: 'Address sanitizer')
option('enable-check', type: 'boolean', value: true, description: 'Build and run libcheck-based tests')