1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-18 16:25:11 +00:00

Add jpm rule-tree.

Useful for debugging jpm. This funtionality also maybe reused for
for showing a dependency tree as well.
This commit is contained in:
Calvin Rose
2020-04-20 18:31:14 -05:00
parent 42c257d0fc
commit e579d1d89f
3 changed files with 43 additions and 0 deletions

View File

@@ -45,6 +45,10 @@
/* #define JANET_NO_DOCSTRINGS */
/* #define JANET_NO_SOURCEMAPS */
/* #define JANET_REDUCED_OS */
/* #define JANET_OS_NO_EXECUTE */
/* #define JANET_OS_NO_TIME */
/* #define JANET_OS_NO_FS */
/* #define JANET_OS_NO_ENV */
/* Other settings */
/* #define JANET_NO_ASSEMBLER */