We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9474b70 commit 637235bCopy full SHA for 637235b
1 file changed
Makefile
@@ -8,9 +8,8 @@ LSTSFLAGS = MALLOC_CHECK_=3
8
# recommendation: ulimit -s unlimited
9
10
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
+ time lm --v3 SRC/unit-ascript-core.lsts --showastcount --showallocgen > gc-enabled.txt
+ lm --v23 SRC/unit-ascript-core.lsts --showastcount --showallocgen > gc-disabled.txt
14
gcc tmp.c
15
./a.out
16
#time lm --showalloc SRC/unit-type-core.lsts > out.txt
0 commit comments