From: Eric Andersen Date: Tue, 13 Jun 2000 06:57:56 +0000 (-0000) Subject: Urgh. revert Makefile. again. Forgot to do the 'cvs update -d now' trick X-Git-Tag: 0_45~51 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=854e11581f39eb7d2db17c3ed6c7b1fc854a91c0;p=oweals%2Fbusybox.git Urgh. revert Makefile. again. Forgot to do the 'cvs update -d now' trick on my home box. --- diff --git a/Makefile b/Makefile index 1395b5262..386d8c328 100644 --- 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