From: Erik Andersen Date: Sat, 15 Apr 2000 16:37:45 +0000 (-0000) Subject: Turn off debugging X-Git-Tag: 0_43~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ab01ed12bd60f2ab598b5f41477fce460144fb3b;p=oweals%2Fbusybox.git Turn off debugging -Erik --- diff --git a/Makefile b/Makefile index bc37b4a00..54db45c9b 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