Skip to content

Commit

Permalink
makefile: Delete erroneous comment.
Browse files Browse the repository at this point in the history
The non-interactive flag is passed since compiling a program is done in a batch
processing fashion.
  • Loading branch information
aadcg committed Nov 27, 2023
1 parent 5769638 commit b758127
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 @@ -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
Expand Down

0 comments on commit b758127

Please sign in to comment.