Enable tracing by default (because it's cheap if --trace is not being
used).
This commit is contained in:
parent
c910ed7c83
commit
771f39b69a
1 changed files with 1 additions and 0 deletions
1
utils.h
1
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue