Merge DynFlags changes 2006-12-17
authorIan Lynagh <igloo@earth.li>
Sat, 16 Dec 2006 17:39:57 +0000 (17:39 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 16 Dec 2006 17:39:57 +0000 (17:39 +0000)
compiler/main/DynFlags.hs

index d1226ea..3a4c563 100644 (file)
@@ -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 )
   ]