diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-03-18 13:07:54 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-03-18 13:07:54 -0700 |
commit | 4c51fa1d55c31784311159447454b64e77283242 (patch) | |
tree | 77ce8251c1c985eee6dbfc043223ff2999b84364 /Makefile | |
parent | c7230182a058609263e351ae576705d7a51b0c9e (diff) | |
download | pandoc-4c51fa1d55c31784311159447454b64e77283242.tar.gz |
Change -A256m to -A8m in GHCOPTS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |