From 0a2ca19d300593206ddf34f26fb784f4d6f4ffac Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Mon, 27 Nov 2023 17:07:22 +0200 Subject: [PATCH] makefile: Delete erroneous comment. The non-interactive flag is passed since compiling a program is done in a batch processing fashion. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index bab7b8d3d6b6..e3c19fabbd89 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ SBCL_FLAGS = ifeq ($(LISP), sbcl) SBCL_FLAGS=--dynamic-space-size $(shell sbcl --noinform --no-userinit --non-interactive --eval '(prin1 (max 3072 (/ (sb-ext:dynamic-space-size) 1024 1024)))' --quit | tail -1) endif -## We use --non-interactive with SBCL so that errors don't interrupt the CI. + LISP_FLAGS ?= $(SBCL_FLAGS) --no-userinit --non-interactive FLATPAK_COMMAND = flatpak