diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-07 17:33:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-07 17:33:30 +0000 |
commit | 0b66577368206a433411f6367c90ab70d82ba275 (patch) | |
tree | 1c3873ea85796f08ef564a19d2a705b9ff08de79 | |
parent | a42982e8f569417e93bc3b47c501cbe83a5bfade (diff) | |
download | busybox-w32-0b66577368206a433411f6367c90ab70d82ba275.tar.gz busybox-w32-0b66577368206a433411f6367c90ab70d82ba275.tar.bz2 busybox-w32-0b66577368206a433411f6367c90ab70d82ba275.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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 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 |