From faab11a09c6240ff74d2d0d2d939349ef875e22e Mon Sep 17 00:00:00 2001 From: Bruno Deferrari Date: Sun, 28 Mar 2021 20:40:05 -0300 Subject: [PATCH] Increase clisp runner memory and re-enable it --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 25dae3c..cbc5ad2 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ else Slash=/ ArchiveSuffix=.tar.gz BinarySuffix= - All=ccl ecl sbcl + All=clisp ccl ecl sbcl ifeq ($(OSName),freebsd) All=ccl ecl sbcl else ifeq ($(OSName),openbsd) @@ -79,7 +79,7 @@ ShenCCL=.$(Slash)bin$(Slash)ccl$(Slash)$(BinaryName) ShenECL=.$(Slash)bin$(Slash)ecl$(Slash)$(BinaryName) ShenSBCL=.$(Slash)bin$(Slash)sbcl$(Slash)$(BinaryName) -RunCLisp=$(ShenCLisp) --clisp-m 10MB +RunCLisp=$(ShenCLisp) --clisp-m 64MB RunCCL=$(ShenCCL) RunECL=$(ShenECL) RunSBCL=$(ShenSBCL)