Don't enable RTS options by default
authorIan Lynagh <igloo@earth.li>
Sun, 14 Mar 2010 13:36:48 +0000 (13:36 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 14 Mar 2010 13:36:48 +0000 (13:36 +0000)
compiler/main/DynFlags.hs

index 8ea1293..4895324 100644 (file)
@@ -693,7 +693,6 @@ defaultDynFlags =
         dirsToClean    = panic "defaultDynFlags: No dirsToClean",
         haddockOptions = Nothing,
         flags = [
-            Opt_RtsOptsEnabled,
             Opt_AutoLinkPackages,
             Opt_ReadUserPackageConf,