1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Don't enable timing report output by default in meson

This commit is contained in:
Dave Davenport 2017-07-08 12:02:45 +02:00
parent 4d728e3c68
commit a76120d540

View file

@ -1,5 +1,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: true, description: 'Timimngs output')
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')