Skip to content

Commit 7f76664

Browse files
committed
OK. maybe enough to compile with GC Now?
1 parent 11bbc08 commit 7f76664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dev: install-production
1111
#lm --showalloc SRC/unit-tctx-core.lsts > out.txt
1212
#lm --showalloc SRC/unit-prop-core.lsts > out.txt
1313
#lm --showalloc SRC/unit-ascript-core.lsts > out.txt
14-
lm --showalloc SRC/unit-typecheck-core.lsts > out.txt
14+
lm --showalloc --v23 SRC/index.lsts > out.txt
1515

1616
build: compile-production
1717
time env $(LSTSFLAGS) ./production --v23 --c -o deploy1.c SRC/index.lsts

0 commit comments

Comments
 (0)