Change -A256m to -A8m in GHCOPTS
This commit is contained in:
parent
c7230182a0
commit
4c51fa1d55
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue