Skip to content

Commit

Permalink
Set stack size to 8mb on SBCL
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Apr 10, 2022
1 parent c65eafc commit ee34618
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 @@ -165,7 +165,7 @@ build-ecl:

.PHONY: build-sbcl
build-sbcl:
$(SBCL) --load boot.lsp
$(SBCL) --control-stack-size 8 --load boot.lsp

#
# Test an implementation
Expand Down

0 comments on commit ee34618

Please sign in to comment.