1
0
forked from GitHub/gf-core

Setup.hs: disable parallel RGL build support for now, since it is incompatible with Cabal<1.20

This commit is contained in:
hallgren
2014-08-25 11:22:20 +00:00
parent d84c5ef171
commit a494c713e1

View File

@@ -100,8 +100,8 @@ execute command args =
numJobs flags =
if null n
then []
else ["-j=8"++n,"+RTS","-A20M","-N"++n,"-RTS"]
else ["-j="++n,"+RTS","-A20M","-N"++n,"-RTS"]
where
n = case buildNumJobs flags of
n = {-case buildNumJobs flags of
Flag mn | mn/=Just 1-> maybe "" show mn
_ -> ""
_ ->-} ""