diff options
| author | 2020-07-25 14:07:47 -0500 | |
|---|---|---|
| committer | 2020-07-25 14:07:47 -0500 | |
| commit | d393fbf36097f27bfeab7f9206b3c1c91bc23da4 (patch) | |
| tree | 5b523579496fdb9412f0384196a731d2bdaf43f6 /meson_options.txt | |
| parent | Merge branch 'master' into ev (diff) | |
| parent | Prepare for 1.11.1 release. (diff) | |
Merge branch 'master' into ev
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 6a6503cb..17bf888d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -10,7 +10,7 @@ option('assembler', type : 'boolean', value : true) option('peg', type : 'boolean', value : true) option('typed_array', type : 'boolean', value : true) option('int_types', type : 'boolean', value : true) -option('prf', type : 'boolean', value : true) +option('prf', type : 'boolean', value : false) option('net', type : 'boolean', value : true) option('ev', type : 'boolean', value : true) option('processes', type : 'boolean', value : true) |
