diff options
| author | 2021-09-19 14:18:49 -0500 | |
|---|---|---|
| committer | 2021-09-19 14:19:32 -0500 | |
| commit | 6c58347916623228836eb6dbf3c6ec69c5e9f002 (patch) | |
| tree | 3e465224c19be5f2904ef4405eeb72a13168d959 /meson_options.txt | |
| parent | Add (number combinator to peg). (diff) | |
Remove thread module.
Instead, use the more general and non-blocing `ev/` module.
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 003ca6db..afc8f353 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,6 @@ option('git_hash', type : 'string', value : 'meson') option('single_threaded', type : 'boolean', value : false) -option('threads', type : 'boolean', value : true) option('nanbox', type : 'boolean', value : true) option('dynamic_modules', type : 'boolean', value : true) option('docstrings', type : 'boolean', value : true) |
