1
0
forked from GitHub/gf-core

WebSetup.hs: a note about parallel builds

This commit is contained in:
hallgren
2015-06-23 10:22:35 +00:00
parent 72237e6fff
commit 984c09923c

View File

@@ -97,6 +97,9 @@ execute command args =
where
showArg arg = if ' ' `elem` arg then "'" ++ arg ++ "'" else arg
-- | This function is used to enable parallel compilation of the RGL and
-- example grammars, but it is commented out by default
-- to avoid casing problems for developers using Cabal<1.20
numJobs flags =
if null n
then ["-j=1"]