From 2b7a1b40c96525cd4c6324f6e9d53845fb07a55f Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Wed, 4 Aug 2010 04:42:01 -0400 Subject: Turn off MAPLE_DEBUG by default. Save space on debug strings, performance. Perhaps we should consider some form of user-facing assert. --- libmaple/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmaple/util.h') diff --git a/libmaple/util.h b/libmaple/util.h index 5b20088..8cfc60c 100644 --- a/libmaple/util.h +++ b/libmaple/util.h @@ -32,7 +32,7 @@ #ifndef _UTIL_H_ #define _UTIL_H_ -#define MAPLE_DEBUG 1 +#define MAPLE_DEBUG 0 #define BIT(shift) (1 << (shift)) #define BIT_MASK_SHIFT(mask, shift) ((mask) << (shift)) -- cgit v1.2.3