summaryrefslogtreecommitdiff
path: root/WebSetup.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-11-27 17:48:53 +0000
committerhallgren <hallgren@chalmers.se>2014-11-27 17:48:53 +0000
commitb0f9ba0c8b51b1355283ebf7c43e5719a8004f5c (patch)
tree0dd7f0303bf423996ab61c1a8228edbfa26e9454 /WebSetup.hs
parent9ba5e6978be168e9f148ac37b38644d5ddafa9ff (diff)
WebSetup.hs: always use gf -j, to avoid problems compiling the Phrasebook
Diffstat (limited to 'WebSetup.hs')
-rw-r--r--WebSetup.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebSetup.hs b/WebSetup.hs
index 91b436726..629d34327 100644
--- a/WebSetup.hs
+++ b/WebSetup.hs
@@ -99,7 +99,7 @@ execute command args =
numJobs flags =
if null n
- then []
+ then ["-j=1"]
else ["-j="++n,"+RTS","-A20M","-N"++n,"-RTS"]
where
n = {-case buildNumJobs flags of