Fix #3439: -debug implies -ticky, and -ticky code links with any RTS
[ghc-hetmet.git] / includes / rts / Config.h
index 9e4d683..c67b530 100644 (file)
 #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.
    -------------------------------------------------------------------------- */