diff options
| author | 2020-07-25 13:34:40 -0500 | |
|---|---|---|
| committer | 2020-07-25 13:34:40 -0500 | |
| commit | ba08e487cb445663fb8d27db42654265614ae75f (patch) | |
| tree | f868c8002c57b8f7ef352c09cf9b75bacb4185f2 /meson_options.txt | |
| parent | Don't use x43bot to test install. (diff) | |
Disable PRF by default.
Since it is not any better by default without initializing the key, we
disable it by default. It can be turned on with JANET_PRF in
janetconf.h.
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 bfc8925f..eb068126 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('processes', type : 'boolean', value : true) option('umask', type : 'boolean', value : true) |
