Skip to content

Commit

Permalink
Try to increase clisp memory size
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Mar 28, 2021
1 parent 1c9862e commit 7821e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ endif

.PHONY: build-clisp
build-clisp:
$(CLISP) -i boot.lsp
$(CLISP) -m32MB -i boot.lsp

.PHONY: build-ccl
build-ccl:
Expand Down

0 comments on commit 7821e42

Please sign in to comment.