X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fmain%2FDynFlags.hs;h=9f504a10d1fde1366c9930d9acc4e92abf4a7596;hb=b3199f6977fdaed6f3f898aee14bd0af61140cf5;hp=c7a7b02279fc27b1731d9143a5ee2fbeb321fa39;hpb=856448e1809237ef76e66691f71fbb6a7bd62b54;p=ghc-hetmet.git diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index c7a7b02..9f504a1 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -1646,6 +1646,10 @@ defaultFlags Opt_SharedImplib, +#if GHC_DEFAULT_NEW_CODEGEN + Opt_TryNewCodeGen, +#endif + Opt_GenManifest, Opt_EmbedManifest, Opt_PrintBindContents,