1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-05 12:28:04 +00:00

Merge branch 'master' into ev

This commit is contained in:
Calvin Rose
2020-07-25 14:07:47 -05:00
8 changed files with 13 additions and 10 deletions

View File

@@ -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)