1
0
forked from GitHub/gf-core

WebSetup.hs: always use gf -j, to avoid problems compiling the Phrasebook

This commit is contained in:
hallgren
2014-11-27 17:48:53 +00:00
parent 71e573931a
commit e4bb1d09af

View File

@@ -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