From: Jim Gleason Date: Tue, 18 Apr 2000 20:40:38 +0000 (-0000) Subject: Reset DODEBUG to false X-Git-Tag: 0_43~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f29f797f54451a6a5801b065a2896ea403334f4f;p=oweals%2Fbusybox.git Reset DODEBUG to false --- diff --git a/Makefile b/Makefile index 5d246f13e..30fd718f1 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