diff options
author | Randolph Chung | 2000-12-07 03:55:35 +0000 |
---|---|---|
committer | Randolph Chung | 2000-12-07 03:55:35 +0000 |
commit | da7b82981b3c5acf28024a5b61c954b99ddc590f (patch) | |
tree | 7e042071b0fbaecaedc292539704eb741fac0f50 /Makefile | |
parent | 02553a2a188d3fe00d2c2efe48109eb3d4aae4b3 (diff) | |
download | busybox-da7b82981b3c5acf28024a5b61c954b99ddc590f.zip busybox-da7b82981b3c5acf28024a5b61c954b99ddc590f.tar.gz |
Write progress meter to stderr instead of stdout
Diffstat (limited to 'Makefile')
-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 = false +DODEBUG = true # This enables compiling with dmalloc ( http://dmalloc.com/ ) # which is an excellent public domain mem leak and malloc problem |