[project @ 2003-10-01 17:01:28 by sof]
authorsof <unknown>
Wed, 1 Oct 2003 17:01:28 +0000 (17:01 +0000)
committersof <unknown>
Wed, 1 Oct 2003 17:01:28 +0000 (17:01 +0000)
enableTimingStats():
  bring back -Rghc-timing output when compiled with >= 4.11
  (was >= 5.05, which looks unnecessarily restrictive.)

ghc/compiler/parser/hschooks.c

index ee43bf7..345c0b5 100644 (file)
@@ -41,7 +41,7 @@ defaultsHook (void)
 void
 enableTimingStats( void )      /* called from the driver */
 {
-#if __GLASGOW_HASKELL__ >= 505
+#if __GLASGOW_HASKELL__ >= 411
     RtsFlags.GcFlags.giveStats = ONELINE_GC_STATS;
 #endif
     /* ignored when bootstrapping with an older GHC */