diff options
Diffstat (limited to 'includes/rts/Config.h')
-rw-r--r-- | includes/rts/Config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/rts/Config.h b/includes/rts/Config.h index 9e4d683857..b8aa24634c 100644 --- a/includes/rts/Config.h +++ b/includes/rts/Config.h @@ -27,6 +27,12 @@ #define USING_LIBBFD 1 #endif +/* DEBUG implies TRACING + */ +#if defined(DEBUG) +#define TRACING +#endif + /* ----------------------------------------------------------------------------- Signals - supported on non-PAR versions of the runtime. See RtsSignals.h. -------------------------------------------------------------------------- */ |