diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-08 21:20:49 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-08 21:20:49 +0000 |
commit | 36574350d989a8947e502b5b12373c69e44083b3 (patch) | |
tree | 324e238f925d74476d29907c4b648507b8ddcfc4 | |
parent | 5b404e4297e9837f222fddd83e8739229971387b (diff) | |
download | busybox-w32-36574350d989a8947e502b5b12373c69e44083b3.tar.gz busybox-w32-36574350d989a8947e502b5b12373c69e44083b3.tar.bz2 busybox-w32-36574350d989a8947e502b5b12373c69e44083b3.zip |
Oops. left debug on.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@297 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
25 | DODEBUG=true | 25 | DODEBUG=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... |