[GHC] #910: --make should have a -j flag for parallel building
GHC
cvs-ghc at haskell.org
Mon Jan 21 07:02:49 CET 2013
#910: --make should have a -j flag for parallel building
-------------------------------+--------------------------------------------
Reporter: igloo | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: _|_
Component: Compiler | Version: 6.4.2
Resolution: | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Difficulty: Unknown
Testcase: N/A | Blockedby:
Blocking: | Related:
-------------------------------+--------------------------------------------
Changes (by orenbenkiki):
* status: closed => new
* resolution: wontfix =>
Comment:
Cabal install `-j` flag solves a different problem. It builds and installs
different packages in parallel. This ticket is about GHC being able to
build different modules in parallel in a single package, regardless of
installing the results.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/910#comment:14>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list