From da7b82981b3c5acf28024a5b61c954b99ddc590f Mon Sep 17 00:00:00 2001 From: Randolph Chung Date: Thu, 7 Dec 2000 03:55:35 +0000 Subject: Write progress meter to stderr instead of stdout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 345c3c3..5faac87 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 = false +DODEBUG = true # This enables compiling with dmalloc ( http://dmalloc.com/ ) # which is an excellent public domain mem leak and malloc problem -- cgit v1.1