diff options
| author | 2024-02-01 19:17:23 -0600 | |
|---|---|---|
| committer | 2024-02-03 14:12:10 -0600 | |
| commit | 3fd70f095195977d7872b8936aef615d151a143c (patch) | |
| tree | bd4d9cb3176fed16c1ed1c81f1243fad7cbd2f73 /meson_options.txt | |
| parent | Merge pull request #1392 from sogaiu/propagate-docstring-additions (diff) | |
Update debug meson options.
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index a78d8264..f6730593 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -17,8 +17,8 @@ option('processes', type : 'boolean', value : true) option('umask', type : 'boolean', value : true) option('realpath', type : 'boolean', value : true) option('simple_getline', type : 'boolean', value : false) -option('epoll', type : 'boolean', value : false) -option('kqueue', type : 'boolean', value : false) +option('epoll', type : 'boolean', value : true) +option('kqueue', type : 'boolean', value : true) option('interpreter_interrupt', type : 'boolean', value : true) option('ffi', type : 'boolean', value : true) option('ffi_jit', type : 'boolean', value : true) |
