X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FCmdLineOpts.lhs;fp=ghc%2Fcompiler%2Fmain%2FCmdLineOpts.lhs;h=cf7fd7f3f225b7a2c4eff4264bc01a000ee69645;hb=3ab57e452b212ca2cf361841b24d67aae1860b47;hp=c1f888064030ba4a81452a4a7b4b7108add656f4;hpb=233b831bd7e89950f5c75aaa71b859c87a33d11a;p=ghc-hetmet.git diff --git a/ghc/compiler/main/CmdLineOpts.lhs b/ghc/compiler/main/CmdLineOpts.lhs index c1f8880..cf7fd7f 100644 --- a/ghc/compiler/main/CmdLineOpts.lhs +++ b/ghc/compiler/main/CmdLineOpts.lhs @@ -388,9 +388,6 @@ defaultDynFlags = DynFlags { flags = [ Opt_ImplicitPrelude, Opt_MonomorphismRestriction, - Opt_Generics, - -- Generating the helper-functions for - -- generics is now on by default Opt_Strictness, -- strictness is on by default, but this only -- applies to -O.