diff options
author | Randolph Chung <tausq@debian.org> | 2000-12-07 03:56:10 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2000-12-07 03:56:10 +0000 |
commit | 1e1d9d1c95341d3938571fdbff4aabfba6ca7c27 (patch) | |
tree | 7f14dad7c884375949e5a0a40af99716db89167c | |
parent | da7b82981b3c5acf28024a5b61c954b99ddc590f (diff) | |
download | busybox-w32-1e1d9d1c95341d3938571fdbff4aabfba6ca7c27.tar.gz busybox-w32-1e1d9d1c95341d3938571fdbff4aabfba6ca7c27.tar.bz2 busybox-w32-1e1d9d1c95341d3938571fdbff4aabfba6ca7c27.zip |
oops, didn't mean to commit that last one... reverting
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ DOSTATIC = false | |||
35 | # Leave this set to `false' for production use. | 35 | # Leave this set to `false' for production use. |
36 | # eg: `make DODEBUG=true tests' | 36 | # eg: `make DODEBUG=true tests' |
37 | # Do not enable this for production builds... | 37 | # Do not enable this for production builds... |
38 | DODEBUG = true | 38 | DODEBUG = false |
39 | 39 | ||
40 | # This enables compiling with dmalloc ( http://dmalloc.com/ ) | 40 | # This enables compiling with dmalloc ( http://dmalloc.com/ ) |
41 | # which is an excellent public domain mem leak and malloc problem | 41 | # which is an excellent public domain mem leak and malloc problem |