diff options
author | greg@kroah.com <greg@kroah.com> | 2003-10-23 00:13:16 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:06:22 -0700 |
commit | 9c516bec0df7aeb43bc78ce214b3ac515818de7a (patch) | |
tree | 4ed610a940d93da26a6f1902f80dfbcefdd80d5a | |
parent | 6c5c770ac62791fd514f3eee9e7a5a831eef8d32 (diff) |
[PATCH] turn off debugging if we are building with klibc
-rw-r--r-- | Makefile.klibc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |