From dacebc2e5c2109aba95d5ffc70ec62fb5cf344a1 Mon Sep 17 00:00:00 2001 From: Dan Licata Date: Sat, 2 May 2015 10:45:59 -0400 Subject: [PATCH] compile with -rtsopts so you can set the stack space --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e81cf6..f913064 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GHC=ghc OPT=2 all: - $(GHC) --make -O$(OPT) -o cubical Main.hs + $(GHC) --make -O$(OPT) -o cubical -rtsopts Main.hs bnfc: bnfc --haskell -d Exp.cf happy -gca Exp/Par.y -- 2.34.1