Put the contents of Evac.c-inc back in Evac.c, and just compile the file twice
[ghc-hetmet.git] / rts / Trace.c
index 0b30e92..06de1c4 100644 (file)
@@ -108,6 +108,7 @@ void initTracing (void)
     GRAN_FLAG(blockedOnFetch_sanity, GRAN_DEBUG_BOF_sanity);
 
     TRACE_FLAG(sched, TRACE_sched);
+    TRACE_FLAG(gc, TRACE_gc);
 }
 
 static void tracePreface (void)