1
0
mirror of https://github.com/janet-lang/janet synced 2026-03-10 01:39:47 +00:00

Add reduced_os option functionality.

This commit is contained in:
Calvin Rose
2019-06-24 09:40:19 -04:00
parent f7f2f5e84f
commit 8d1e6ddffc
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ option('nanbox', type : 'boolean', value : true)
option('dynamic_modules', type : 'boolean', value : true)
option('docstrings', type : 'boolean', value : true)
option('sourcemaps', type : 'boolean', value : true)
option('reduced_os', type : 'boolean', value : true)
option('reduced_os', type : 'boolean', value : false)
option('assembler', type : 'boolean', value : true)
option('peg', type : 'boolean', value : true)
option('typed_array', type : 'boolean', value : true)