Turn off debugging in the Makefile.
authorEric Andersen <andersen@codepoet.org>
Sat, 3 Jun 2000 05:22:31 +0000 (05:22 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 3 Jun 2000 05:22:31 +0000 (05:22 -0000)
 -Erik

Makefile
busybox.def.h

index 1395b5262739b82a0c940aa70dceb3dc91c7cbb3..386d8c32839e342476c0f525a7944c24ccd092ab 100644 (file)
--- 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
index 42a63d8eed335f437c1efceb8898f3c616b3a062..01d7d87cc3d90467d0e2e353112260551751137c 100644 (file)
 //#define BB_FEATURE_TRIVIAL_HELP
 //
 // Use termios to manipulate the screen ('more' is prettier with this on)
-//#define BB_FEATURE_USE_TERMIOS
+#define BB_FEATURE_USE_TERMIOS
 //
 // calculate terminal & column widths (for more and ls)
 #define BB_FEATURE_AUTOWIDTH