mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 00:32:51 -06:00
WebSetup.hs: a note about parallel builds
This commit is contained in:
@@ -97,6 +97,9 @@ execute command args =
|
|||||||
where
|
where
|
||||||
showArg arg = if ' ' `elem` arg then "'" ++ arg ++ "'" else arg
|
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 =
|
numJobs flags =
|
||||||
if null n
|
if null n
|
||||||
then ["-j=1"]
|
then ["-j=1"]
|
||||||
|
|||||||
Reference in New Issue
Block a user