Makefile: set -j4 in default GHCOPTS

This commit is contained in:
John MacFarlane 2021-03-16 13:08:32 -07:00
parent 7698918330
commit fdaa56cbcd

View file

@ -12,7 +12,7 @@ BASELINE=
else else
BASELINE=--baseline $(LATESTBENCH) BASELINE=--baseline $(LATESTBENCH)
endif endif
GHCOPTS=-fdiagnostics-color=always GHCOPTS=-fdiagnostics-color=always -j4 +RTS -A256m -RTS
WEBSITE=../../web/pandoc.org WEBSITE=../../web/pandoc.org
REVISION?=1 REVISION?=1
BENCHARGS?=--small --time-limit=2 --match=pattern $(PATTERN) BENCHARGS?=--small --time-limit=2 --match=pattern $(PATTERN)