1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-02 02:48:05 +00:00

Add new Makefile options to meson.

This commit is contained in:
Calvin Rose
2020-05-12 09:04:38 -05:00
parent b50a4669d2
commit 02167a15d1
3 changed files with 7 additions and 0 deletions

View File

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