X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FDynFlags.hs;h=3a4c563a167e9c92baebf88f34660fbf6bf64e8c;hp=d1226eaf741509ff86f1741c9451ce9b56d78b4b;hb=5d34920bdc3ed6fa74db8af924c1f90a505a1e89;hpb=706ff798678eba97bee45f9713fc9cb1efcd4a6b diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index d1226ea..3a4c563 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -1061,9 +1061,10 @@ fFlags = [ ( "excess-precision", Opt_ExcessPrecision ), ( "asm-mangling", Opt_DoAsmMangling ), ( "print-bind-result", Opt_PrintBindResult ), - ( "force-recomp", Opt_ForceRecomp ), - ( "hpc", Opt_Hpc ), - ( "hpc-tracer", Opt_Hpc_Tracer ) +#if defined(GHCI) && defined(DEBUGGER) + ( "debugging", Opt_Debugging), +#endif + ( "force-recomp", Opt_ForceRecomp ) ]