X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FDynFlags.hs;h=82d3c37c1b01c7fe9d140db8f7821f745dfac20f;hb=76e3742711eb9eb2fed7654c56e602b54c517e87;hp=9d279d688ef0b4f8a5e41ada7006467df55a2395;hpb=3a4f9158d6d6688e591d505461d40e82c002c74c;p=ghc-hetmet.git diff --git a/ghc/compiler/main/DynFlags.hs b/ghc/compiler/main/DynFlags.hs index 9d279d6..82d3c37 100644 --- a/ghc/compiler/main/DynFlags.hs +++ b/ghc/compiler/main/DynFlags.hs @@ -115,6 +115,7 @@ data DynFlag | Opt_D_dump_hi | Opt_D_dump_hi_diffs | Opt_D_dump_minimal_imports + | Opt_D_faststring_stats | Opt_DoCoreLinting | Opt_DoStgLinting | Opt_DoCmmLinting @@ -899,6 +900,7 @@ dynamic_flags = [ , ( "dcmm-lint", NoArg (setDynFlag Opt_DoCmmLinting)) , ( "dshow-passes", NoArg (do unSetDynFlag Opt_RecompChecking setVerbosity "2") ) + , ( "dfaststring-stats", NoArg (setDynFlag Opt_D_faststring_stats)) ------ Machine dependant (-m) stuff ---------------------------