aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-08 21:20:49 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-08 21:20:49 +0000
commit766f9c7a191ba0b0682334068f3c78b29e04e8a0 (patch)
tree324e238f925d74476d29907c4b648507b8ddcfc4
parent1dbc17f630fa92e2ee3ac0f1e2bccb6adf6f9032 (diff)
downloadbusybox-w32-766f9c7a191ba0b0682334068f3c78b29e04e8a0.tar.gz
busybox-w32-766f9c7a191ba0b0682334068f3c78b29e04e8a0.tar.bz2
busybox-w32-766f9c7a191ba0b0682334068f3c78b29e04e8a0.zip
Oops. left debug on.
-Erik
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a59c1fff..f1f25cd43 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ BUILDTIME=$(shell date "+%Y%m%d-%H%M")
22 22
23# Comment out the following to make a debuggable build 23# Comment out the following to make a debuggable build
24# Leave this off for production use. 24# Leave this off for production use.
25DODEBUG=true 25DODEBUG=false
26# If you want a static binary, turn this on. I can't think 26# If you want a static binary, turn this on. I can't think
27# of many situations where anybody would ever want it static, 27# of many situations where anybody would ever want it static,
28# but... 28# but...