Fix #3439: -debug implies -ticky, and -ticky code links with any RTS
[ghc-hetmet.git] / includes / rts / Config.h
index b8aa246..c67b530 100644 (file)
 #define USING_LIBBFD 1
 #endif
 
-/* DEBUG implies TRACING
+/* DEBUG implies TRACING and TICKY_TICKY
  */
 #if defined(DEBUG)
 #define TRACING
+#define TICKY_TICKY
 #endif
 
 /* -----------------------------------------------------------------------------