diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-03 05:22:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-03 05:22:31 +0000 |
commit | 832000f7f3e368bb00d02bf4b54cb531affdaf1b (patch) | |
tree | c39934626bbd6925649b87e5f0cfbace9b701a27 /Makefile | |
parent | f0c30b71be66ff76f16339c1b8d774120beef558 (diff) | |
download | busybox-w32-832000f7f3e368bb00d02bf4b54cb531affdaf1b.tar.gz busybox-w32-832000f7f3e368bb00d02bf4b54cb531affdaf1b.tar.bz2 busybox-w32-832000f7f3e368bb00d02bf4b54cb531affdaf1b.zip |
Turn off debugging in the Makefile.
-Erik
Diffstat (limited to 'Makefile')
-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 |