aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5faac87d6..345c3c35f 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ DOSTATIC = false
35# Leave this set to `false' for production use. 35# Leave this set to `false' for production use.
36# eg: `make DODEBUG=true tests' 36# eg: `make DODEBUG=true tests'
37# Do not enable this for production builds... 37# Do not enable this for production builds...
38DODEBUG = true 38DODEBUG = false
39 39
40# This enables compiling with dmalloc ( http://dmalloc.com/ ) 40# This enables compiling with dmalloc ( http://dmalloc.com/ )
41# which is an excellent public domain mem leak and malloc problem 41# which is an excellent public domain mem leak and malloc problem