From: greg@kroah.com Date: Thu, 23 Oct 2003 07:13:16 +0000 (-0700) Subject: [PATCH] turn off debugging if we are building with klibc X-Git-Tag: 005~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=9c516bec0df7aeb43bc78ce214b3ac515818de7a;ds=sidebyside [PATCH] turn off debugging if we are building with klibc --- diff --git a/Makefile.klibc b/Makefile.klibc index ccc862dd8..b90117054 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