diff options
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index f082df8..6632475 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,4 +5,5 @@ option('poll', type: 'combo', choices: ['inline', 'fd'], value: 'inline') option('event-buffer', type: 'boolean', value: false) option('pause', type: 'boolean', value: true) option('win32-compat', type: 'boolean', value: false, yield: true) +option('release-asserts', type: 'boolean', value: true, yield: true) option('tests', type: 'feature', value: 'auto', yield: true) |