Comments only
[ghc-hetmet.git] / compiler / main / StaticFlagParser.hs
index 143d81e..7d499e6 100644 (file)
@@ -127,6 +127,7 @@ static_flags = [
   , Flag "dsuppress-module-prefixes" (PassFlag addOpt)
   , Flag "dppr-user-length"          (AnySuffix addOpt)
   , Flag "dopt-fuel"                 (AnySuffix addOpt)
+  , Flag "dtrace-level"              (AnySuffix addOpt)
   , Flag "dno-debug-output"          (PassFlag addOpt)
   , Flag "dstub-dead-values"         (PassFlag addOpt)
       -- rest of the debugging flags are dynamic
@@ -193,6 +194,7 @@ isStaticFlag f =
     "fmax-worker-args",
     "fhistory-size",
     "funfolding-creation-threshold",
+    "funfolding-dict-threshold",
     "funfolding-use-threshold",
     "funfolding-fun-discount",
     "funfolding-keeness-factor"