From 771f39b69acbc78d5672e7cb95030260866eb33d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 27 Apr 2007 10:09:25 +0000 Subject: Enable tracing by default (because it's cheap if --trace is not being used). --- utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils.h') diff --git a/utils.h b/utils.h index e8b1d673..17f5bbe1 100644 --- a/utils.h +++ b/utils.h @@ -32,6 +32,7 @@ namespace ledger { #define NO_LOGGING 1 #else #define VERIFY_ON 1 // compiled in, use --verify to enable +#define TRACING_ON 1 // use --trace X to enable #define TIMERS_ON 1 // jww (2007-04-25): is this correct? #endif -- cgit v1.2.3