From bc2983928dc8f98051321846d8c8fa374c8181b6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 16 Feb 2009 17:15:52 -0400 Subject: Compilation verification code only with debugging Previously, --verify would work even if the sources were built with default options. However, in the interests of performance, --verify is now only available if --enable-debug was passed to configure. --- src/utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 93cb9a4a..4beff305 100644 --- a/src/utils.h +++ b/src/utils.h @@ -60,7 +60,6 @@ #define NO_ASSERTS 1 #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 #endif -- cgit v1.2.3