allow build settings to be overriden by adding mk/validate.mk
[ghc-hetmet.git] / rts / Trace.c
index 042de6d..0b30e92 100644 (file)
@@ -76,6 +76,7 @@ void initTracing (void)
     DEBUG_FLAG(par,          DEBUG_par);
     DEBUG_FLAG(linker,       DEBUG_linker);
     DEBUG_FLAG(squeeze,      DEBUG_squeeze);
+    DEBUG_FLAG(hpc,          DEBUG_hpc);
 
     PAR_FLAG(verbose,        PAR_DEBUG_verbose);
     PAR_FLAG(bq,             PAR_DEBUG_bq);