From 2c644d55f2bd802ea3d8a628f76077e0fd9daa94 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Wed, 14 Jun 2017 11:49:22 +0200 Subject: [PATCH] Add --batch to CCL run options. This option provides lots of information when it crashes, and should help us with understanding Travis and DockerHub errors with CCL. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0c0486..058f45b 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ BUILDAPP_OPTS = --require sb-posix \ CL_OPTS = --noinform --no-sysinit --no-userinit else BUILDAPP = $(BUILDAPP_CCL) -CL_OPTS = --no-init +CL_OPTS = --no-init --batch endif ifeq ($(CL),sbcl)