Makefile: set -j4 in default GHCOPTS
This commit is contained in:
parent
7698918330
commit
fdaa56cbcd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ BASELINE=
|
|||
else
|
||||
BASELINE=--baseline $(LATESTBENCH)
|
||||
endif
|
||||
GHCOPTS=-fdiagnostics-color=always
|
||||
GHCOPTS=-fdiagnostics-color=always -j4 +RTS -A256m -RTS
|
||||
WEBSITE=../../web/pandoc.org
|
||||
REVISION?=1
|
||||
BENCHARGS?=--small --time-limit=2 --match=pattern $(PATTERN)
|
||||
|
|
Loading…
Reference in a new issue