From 0747898878d278f633d23e5e4d5ad5f7fc3c17de Mon Sep 17 00:00:00 2001 From: erik Date: Sat, 15 Apr 2000 16:37:45 +0000 Subject: Turn off debugging -Erik git-svn-id: svn://busybox.net/trunk/busybox@458 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g6feb