aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-07 17:33:30 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-07 17:33:30 +0000
commit0b66577368206a433411f6367c90ab70d82ba275 (patch)
tree1c3873ea85796f08ef564a19d2a705b9ff08de79 /Makefile
parenta42982e8f569417e93bc3b47c501cbe83a5bfade (diff)
downloadbusybox-0b66577368206a433411f6367c90ab70d82ba275.tar.gz
Debug should be off in the Makefile. I will now do (per Pavel's
suggestion) a "cvs up -D now Makefile" so I stop updating the Makefile by accident. -Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1395b5262..386d8c328 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ export VERSION
# Set the following to `true' to make a debuggable build.
# Leave this set to `false' for production use.
# eg: `make DODEBUG=true tests'
-DODEBUG = true
+DODEBUG = false
# If you want a static binary, turn this on.
DOSTATIC = false