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 1c9862e commit 2933f9bCopy full SHA for 2933f9b
Makefile
@@ -79,7 +79,7 @@ ShenCCL=.$(Slash)bin$(Slash)ccl$(Slash)$(BinaryName)
79
ShenECL=.$(Slash)bin$(Slash)ecl$(Slash)$(BinaryName)
80
ShenSBCL=.$(Slash)bin$(Slash)sbcl$(Slash)$(BinaryName)
81
82
-RunCLisp=$(ShenCLisp) --clisp-m 10MB
+RunCLisp=$(ShenCLisp) --clisp-m 32MB
83
RunCCL=$(ShenCCL)
84
RunECL=$(ShenECL)
85
RunSBCL=$(ShenSBCL)
0 commit comments