aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-07 17:33:30 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-07 17:33:30 +0000
commitf3ec312e314365e7b5e01e017a6cfc600282db70 (patch)
tree1c3873ea85796f08ef564a19d2a705b9ff08de79
parentb7352cdee95ce84354fe9d2c8b5884bdeedc2ddd (diff)
downloadbusybox-w32-f3ec312e314365e7b5e01e017a6cfc600282db70.tar.gz
busybox-w32-f3ec312e314365e7b5e01e017a6cfc600282db70.tar.bz2
busybox-w32-f3ec312e314365e7b5e01e017a6cfc600282db70.zip
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 git-svn-id: svn://busybox.net/trunk/busybox@626 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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
26# Set the following to `true' to make a debuggable build. 26# Set the following to `true' to make a debuggable build.
27# Leave this set to `false' for production use. 27# Leave this set to `false' for production use.
28# eg: `make DODEBUG=true tests' 28# eg: `make DODEBUG=true tests'
29DODEBUG = true 29DODEBUG = false
30 30
31# If you want a static binary, turn this on. 31# If you want a static binary, turn this on.
32DOSTATIC = false 32DOSTATIC = false