From 1e1d9d1c95341d3938571fdbff4aabfba6ca7c27 Mon Sep 17 00:00:00 2001 From: Randolph Chung Date: Thu, 7 Dec 2000 03:56:10 +0000 Subject: [PATCH] oops, didn't mean to commit that last one... reverting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5faac87d6..345c3c35f 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ DOSTATIC = false # Leave this set to `false' for production use. # eg: `make DODEBUG=true tests' # Do not enable this for production builds... -DODEBUG = true +DODEBUG = false # This enables compiling with dmalloc ( http://dmalloc.com/ ) # which is an excellent public domain mem leak and malloc problem