1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-24 22:23:15 +00:00
janet/src/boot
Calvin Rose fc46030e7d Add options to not include docstrings in binary.
This lets us build a smaller binary. The minimal tested
binary on x86-64 (with -Os, -s, and all options that shrink binary size
        turned on) is about 240 kB.
2019-06-19 19:43:38 -04:00
..
array_test.c Begin work on new memory layout for all objects and GC. 2019-02-21 11:22:29 -05:00
boot.c Add options to not include docstrings in binary. 2019-06-19 19:43:38 -04:00
boot.janet Add options to not include docstrings in binary. 2019-06-19 19:43:38 -04:00
buffer_test.c Begin work on new memory layout for all objects and GC. 2019-02-21 11:22:29 -05:00
number_test.c Fix MSVC compiler warnings. 2019-02-21 11:34:04 -05:00
system_test.c Fix loop :iterate. 2019-04-28 00:34:32 -04:00
table_test.c Begin work on new memory layout for all objects and GC. 2019-02-21 11:22:29 -05:00
tests.h Begin work on new memory layout for all objects and GC. 2019-02-21 11:22:29 -05:00