aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-08 03:08:21 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-08 03:08:21 +0000
commitecd512453ce8f7a7c8a3b5d523855a2b52d626c5 (patch)
tree85d71f517408081f99a9ad52ed3dc233c3db082e /Makefile
parent5dd853ad2a8da4d1e85a2221ce3e15bfb1e5885c (diff)
downloadbusybox-ecd512453ce8f7a7c8a3b5d523855a2b52d626c5.tar.gz
Latest and greatest
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc6ed96a2..d647a5139 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
# Set the following to `true' to make a debuggable build.
# Leave this set to `false' for production use.
# eg: `make DODEBUG=true tests'
-DODEBUG = false
+DODEBUG = true
# If you want a static binary, turn this on. I can't think
# of many situations where anybody would ever want it static,