patch applied (ghc): Re-adjust interaction between -ddump flags and
force-recompilation
Simon Peyton Jones
simonpj at microsoft.com
Thu Sep 18 11:57:34 EDT 2008
Wed Sep 17 09:19:20 PDT 2008 simonpj at microsoft.com
* 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
More information about the Cvs-ghc
mailing list