From: Dan Licata Date: Sat, 2 May 2015 14:45:59 +0000 (-0400) Subject: compile with -rtsopts so you can set the stack space X-Git-Url: https://git.ak3n.com/?a=commitdiff_plain;h=dacebc2e5c2109aba95d5ffc70ec62fb5cf344a1;p=cubicaltt.git compile with -rtsopts so you can set the stack space --- 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