From: Randolph Chung Date: Thu, 7 Dec 2000 03:56:10 +0000 (-0000) Subject: oops, didn't mean to commit that last one... reverting X-Git-Tag: 0_48~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e1d9d1c95341d3938571fdbff4aabfba6ca7c27;p=platform%2Fupstream%2Fbusybox.git oops, didn't mean to commit that last one... reverting --- diff --git a/Makefile b/Makefile index 5faac87..345c3c3 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