X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2FConfig.h;h=c67b53039c51d02737da76dc2de3e43561d74c10;hb=d4942f78fc3cce355d340b7bba0b42e4123103fa;hp=b8aa24634ca7275289664e8f8e6cea6252f3dc79;hpb=a5288c551349a0adab0d931a429b10a096d9444d;p=ghc-hetmet.git diff --git a/includes/rts/Config.h b/includes/rts/Config.h index b8aa246..c67b530 100644 --- a/includes/rts/Config.h +++ b/includes/rts/Config.h @@ -27,10 +27,11 @@ #define USING_LIBBFD 1 #endif -/* DEBUG implies TRACING +/* DEBUG implies TRACING and TICKY_TICKY */ #if defined(DEBUG) #define TRACING +#define TICKY_TICKY #endif /* -----------------------------------------------------------------------------