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
|
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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue