Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/832077ca5393d298324cb6b0a2cb501e27209768

>---------------------------------------------------------------

commit 832077ca5393d298324cb6b0a2cb501e27209768
Author: Simon Marlow <[email protected]>
Date:   Tue Aug 28 16:10:32 2012 +0100

    enable -fnew-codegen by default

>---------------------------------------------------------------

 compiler/main/DynFlags.hs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 8abe664..a39778f 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -2245,9 +2245,7 @@ defaultFlags platform
 
       Opt_SharedImplib,
 
-#if GHC_DEFAULT_NEW_CODEGEN
       Opt_TryNewCodeGen,
-#endif
 
       Opt_GenManifest,
       Opt_EmbedManifest,



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

Reply via email to