1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-04 20:08:04 +00:00

Prepare 1.12.0 Release.

This commit is contained in:
Calvin Rose
2020-09-07 15:28:46 -05:00
parent ff57b3eb72
commit 93602ad9ea
5 changed files with 10 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ option('net', type : 'boolean', value : true)
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('recursion_guard', type : 'integer', min : 10, max : 8000, value : 1024)
option('max_proto_depth', type : 'integer', min : 10, max : 8000, value : 200)