Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2000-12-07 06:55:35 +0300
committerRandolph Chung <tausq@debian.org>2000-12-07 06:55:35 +0300
commitda7b82981b3c5acf28024a5b61c954b99ddc590f (patch)
tree7e042071b0fbaecaedc292539704eb741fac0f50 /Makefile
parent02553a2a188d3fe00d2c2efe48109eb3d4aae4b3 (diff)
Write progress meter to stderr instead of stdout
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 345c3c35f..5faac87d6 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