diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |