aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-06 18:34:48 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-06 18:34:48 +0000
commit5d3db7d66466f8463c2a5731f81c211122b8e99a (patch)
treed7757ce4e2e4de8dc542ba637065457c08e1b565 /Makefile
parent33a7048550163ad14d9edabc6f25251a42d45ba4 (diff)
downloadbusybox-w32-5d3db7d66466f8463c2a5731f81c211122b8e99a.tar.gz
busybox-w32-5d3db7d66466f8463c2a5731f81c211122b8e99a.tar.bz2
busybox-w32-5d3db7d66466f8463c2a5731f81c211122b8e99a.zip
Oops. I left debugging turned on...
-Erik git-svn-id: svn://busybox.net/trunk/busybox@391 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed5a4b11d..1d52e1dcd 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M")
25# Set the following to `true' to make a debuggable build. 25# Set the following to `true' to make a debuggable build.
26# Leave this set to `false' for production use. 26# Leave this set to `false' for production use.
27# eg: `make DODEBUG=true tests' 27# eg: `make DODEBUG=true tests'
28DODEBUG = true 28DODEBUG = false
29 29
30# If you want a static binary, turn this on. I can't think 30# If you want a static binary, turn this on. I can't think
31# of many situations where anybody would ever want it static, 31# of many situations where anybody would ever want it static,