From 999db55cf81f7ec186016f4f080964dff87a5cc0 Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 13 Jun 2000 06:57:56 +0000 Subject: Urgh. revert Makefile. again. Forgot to do the 'cvs update -d now' trick on my home box. git-svn-id: svn://busybox.net/trunk/busybox@641 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g6feb