X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fhschooks.c;h=18679281e099df863ca515e4f412a8cc9d1b3947;hb=f3a77b2f46ebc27716f45ae426a3b33b853d52f5;hp=4878021a8b6575594c56f515735a19c7b5aef256;hpb=9d1a7251a138829f59cc1cf052ee2d3f5603d67b;p=ghc-hetmet.git diff --git a/ghc/hschooks.c b/ghc/hschooks.c index 4878021..1867928 100644 --- a/ghc/hschooks.c +++ b/ghc/hschooks.c @@ -20,7 +20,6 @@ defaultsHook (void) RtsFlags.GcFlags.heapSizeSuggestion = 6*1024*1024 / BLOCK_SIZE; RtsFlags.GcFlags.maxStkSize = 512*1024*1024 / sizeof(W_); RtsFlags.GcFlags.giveStats = COLLECT_GC_STATS; - RtsFlags.GcFlags.statsFile = stderr; // See #3408: the default idle GC time of 0.3s is too short on // Windows where we receive console events once per second or so.