X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2FConfig.h;h=c67b53039c51d02737da76dc2de3e43561d74c10;hb=4bba92f93b88e15f0e0f23732d2cfa540acb737b;hp=9e4d683857e9327c18814e383471110a197c4c84;hpb=d20d32d788e2d6c088e6b03776c428df5bb004d3;p=ghc-hetmet.git diff --git a/includes/rts/Config.h b/includes/rts/Config.h index 9e4d683..c67b530 100644 --- a/includes/rts/Config.h +++ b/includes/rts/Config.h @@ -27,6 +27,13 @@ #define USING_LIBBFD 1 #endif +/* DEBUG implies TRACING and TICKY_TICKY + */ +#if defined(DEBUG) +#define TRACING +#define TICKY_TICKY +#endif + /* ----------------------------------------------------------------------------- Signals - supported on non-PAR versions of the runtime. See RtsSignals.h. -------------------------------------------------------------------------- */