From 9c516bec0df7aeb43bc78ce214b3ac515818de7a Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Thu, 23 Oct 2003 00:13:16 -0700 Subject: [PATCH] [PATCH] turn off debugging if we are building with klibc --- Makefile.klibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.klibc b/Makefile.klibc index ccc862dd8b..b901170544 100644 --- a/Makefile.klibc +++ b/Makefile.klibc @@ -18,7 +18,7 @@ # Set the following to `true' to make a debuggable build. # Leave this set to `false' for production use. -DEBUG = true +DEBUG = false ROOT = udev