From: sof Date: Wed, 1 Oct 2003 17:01:28 +0000 (+0000) Subject: [project @ 2003-10-01 17:01:28 by sof] X-Git-Tag: Approx_11550_changesets_converted~396 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=61b596d69556c8458efd86cf1c0c94f036589e3d;p=ghc-hetmet.git [project @ 2003-10-01 17:01:28 by sof] enableTimingStats(): bring back -Rghc-timing output when compiled with >= 4.11 (was >= 5.05, which looks unnecessarily restrictive.) --- diff --git a/ghc/compiler/parser/hschooks.c b/ghc/compiler/parser/hschooks.c index ee43bf7..345c0b5 100644 --- a/ghc/compiler/parser/hschooks.c +++ b/ghc/compiler/parser/hschooks.c @@ -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 */