Skip to content

Commit 7821e42

Browse files
committed
Try to increase clisp memory size
1 parent 1c9862e commit 7821e42

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
@@ -153,7 +153,7 @@ endif
153153

154154
.PHONY: build-clisp
155155
build-clisp:
156-
$(CLISP) -i boot.lsp
156+
$(CLISP) -m32MB -i boot.lsp
157157

158158
.PHONY: build-ccl
159159
build-ccl:

0 commit comments

Comments
 (0)