Not that I'm aware of but there are ways that are just as good. If your working on LLVM you can just do stage1 builds and ghc will only rebuild the changed files. (cd compiler/; make 1)
If you need stage2 builds for some reason then just fix your stage1 to stop it being rebuilt and then stage2 should build very quickly. (see mk/build.mk.sample) Cheers, David On 28 October 2011 12:37, Paul Monday <paul.mon...@parsci.com> wrote: > Is there a simple way to temporarily turn off the -fasm (compiler/nativeGen) > portion of the build? I'm adding code that is targeted at LLVM and I would > love to take the nativeGen portion of the build out of the loop for a while. > Paul Monday > Parallel Scientific, LLC. > paul.mon...@parsci.com > > > > > _______________________________________________ > Cvs-ghc mailing list > Cvs-ghc@haskell.org > http://www.haskell.org/mailman/listinfo/cvs-ghc > > _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc