From 16f708082534a6cba44aa6c6d1d16e2ed58e4d43 Mon Sep 17 00:00:00 2001 From: jimg Date: Tue, 18 Apr 2000 20:40:38 +0000 Subject: Reset DODEBUG to false git-svn-id: svn://busybox.net/trunk/busybox@476 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g6feb