From 4c51fa1d55c31784311159447454b64e77283242 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 18 Mar 2021 13:07:54 -0700 Subject: Change -A256m to -A8m in GHCOPTS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ced5baf9f..6ae6ab491 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ BASELINECMD= else BASELINECMD=--baseline $(BASELINE) endif -GHCOPTS=-fdiagnostics-color=always -j4 +RTS -A256m -RTS +GHCOPTS=-fdiagnostics-color=always -j4 +RTS -A8m -RTS WEBSITE=../../web/pandoc.org REVISION?=1 # For gauge: -- cgit v1.2.3