drop some debugging traces and use only one flag for new codegen
[ghc-hetmet.git] / compiler / main / StaticFlagParser.hs
index 56c9cbb..e68a111 100644 (file)
@@ -122,6 +122,7 @@ static_flags = [
   , Flag "dppr-user-length"  (AnySuffix addOpt) Supported
   , Flag "dopt-fuel"         (AnySuffix addOpt) Supported
   , Flag "dno-debug-output"  (PassFlag addOpt) Supported
+  , Flag "dstub-dead-values" (PassFlag addOpt) Supported
       -- rest of the debugging flags are dynamic
 
         --------- Profiling --------------------------------------------------
@@ -176,7 +177,6 @@ isStaticFlag f =
     "fgransim",
     "fno-hi-version-check",
     "dno-black-holing",
-    "fno-method-sharing",
     "fno-state-hack",
     "fno-ds-multi-tyvar",
     "fruntime-types",