Wed Sep 17 09:19:20 PDT 2008  [EMAIL PROTECTED]
  * Re-adjust interaction between -ddump flags and force-recompilation
  
  If you say -ddump-xx we effectively add -fforce-recomp, so that you
  see your dump output.  But this works badly in --make mode, because
  you get the ddump output for every module, which is probably not what
  you want.  This patch forces recompilation with -ddump-X only in one-shot
  mode.  
  
  Of course, this only affects people using -ddump options.
  

    M ./compiler/main/DynFlags.hs -11 +18

View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080917161920-1287e-fb9b318ebd652d57a2d6cd3a7259d7f5dbac6fa3.gz

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to