summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: cbcde78ca41da243669b73cf70ad7503cabd648c (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: 'Timimngs 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')