diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-03 05:22:31 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-03 05:22:31 +0000 |
commit | 25dd1731aa8bf5c1f3a90140524c0e879841b765 (patch) | |
tree | c39934626bbd6925649b87e5f0cfbace9b701a27 | |
parent | 4fc167bdaf53df3facf8c0c702f3105d8d361196 (diff) | |
download | busybox-w32-25dd1731aa8bf5c1f3a90140524c0e879841b765.tar.gz busybox-w32-25dd1731aa8bf5c1f3a90140524c0e879841b765.tar.bz2 busybox-w32-25dd1731aa8bf5c1f3a90140524c0e879841b765.zip |
Turn off debugging in the Makefile.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@604 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | busybox.def.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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' |
29 | DODEBUG = true | 29 | DODEBUG = false |
30 | 30 | ||
31 | # If you want a static binary, turn this on. | 31 | # If you want a static binary, turn this on. |
32 | DOSTATIC = false | 32 | DOSTATIC = false |
diff --git a/busybox.def.h b/busybox.def.h index 42a63d8ee..01d7d87cc 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -140,7 +140,7 @@ | |||
140 | //#define BB_FEATURE_TRIVIAL_HELP | 140 | //#define BB_FEATURE_TRIVIAL_HELP |
141 | // | 141 | // |
142 | // Use termios to manipulate the screen ('more' is prettier with this on) | 142 | // Use termios to manipulate the screen ('more' is prettier with this on) |
143 | //#define BB_FEATURE_USE_TERMIOS | 143 | #define BB_FEATURE_USE_TERMIOS |
144 | // | 144 | // |
145 | // calculate terminal & column widths (for more and ls) | 145 | // calculate terminal & column widths (for more and ls) |
146 | #define BB_FEATURE_AUTOWIDTH | 146 | #define BB_FEATURE_AUTOWIDTH |