summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2000-06-03 05:22:31 +0000
committerEric Andersen2000-06-03 05:22:31 +0000
commit832000f7f3e368bb00d02bf4b54cb531affdaf1b (patch)
treec39934626bbd6925649b87e5f0cfbace9b701a27 /Makefile
parentf0c30b71be66ff76f16339c1b8d774120beef558 (diff)
downloadbusybox-832000f7f3e368bb00d02bf4b54cb531affdaf1b.zip
busybox-832000f7f3e368bb00d02bf4b54cb531affdaf1b.tar.gz
Turn off debugging in the Makefile.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1395b52..386d8c3 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