Skip to content

Commit 637235b

Browse files
committed
about another 0.5GB down
1 parent 9474b70 commit 637235b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ LSTSFLAGS = MALLOC_CHECK_=3
88
# recommendation: ulimit -s unlimited
99

1010
dev: install-production
11-
lm --v3 tests/promises/one-owned-data/misc.lsts
12-
#lm --v3 SRC/unit-ascript-core.lsts --showastcount --showallocgen > gc-enabled.txt
13-
#lm --v23 SRC/unit-ascript-core.lsts --showastcount --showallocgen > gc-disabled.txt
11+
time lm --v3 SRC/unit-ascript-core.lsts --showastcount --showallocgen > gc-enabled.txt
12+
lm --v23 SRC/unit-ascript-core.lsts --showastcount --showallocgen > gc-disabled.txt
1413
gcc tmp.c
1514
./a.out
1615
#time lm --showalloc SRC/unit-type-core.lsts > out.txt

0 commit comments

Comments
 (0)