There is no such option yet, but there was some work recently on making GHC more amenable to doing jobs in parallel (from what I understand there's a global variable or two that makes it hard).
Dan On Fri, Jan 8, 2010 at 6:33 PM, Paul Brauner <[email protected]> wrote: > Hi, > > I have to processors but ghc --make only uses one of them, even if some > files could be compiled in parallel. Is there some option similar to the > -j one of the make tool ? (I read the manual but didn't find it) > > Regards, > Paul > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe >
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
