chiark / gitweb /
[PATCH] turn off debugging if we are building with klibc
authorgreg@kroah.com <greg@kroah.com>
Thu, 23 Oct 2003 07:13:16 +0000 (00:13 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:06:22 +0000 (21:06 -0700)
Makefile.klibc

index ccc862dd8bd7b306f34d3d1ba74e9b22059c128f..b901170544629ae55498223f772441deee65c7cf 100644 (file)
@@ -18,7 +18,7 @@
 
 # Set the following to `true' to make a debuggable build.
 # Leave this set to `false' for production use.
 
 # Set the following to `true' to make a debuggable build.
 # Leave this set to `false' for production use.
-DEBUG = true
+DEBUG = false
 
 
 ROOT =         udev
 
 
 ROOT =         udev