From: Thierry Parmentelat Date: Fri, 21 Jan 2011 12:27:58 +0000 (+0100) Subject: change default for debug to no X-Git-Tag: linux-2.6-32-10~3 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=2be19be3a3e927e192b6124ad5a0e5d2209ddde4 change default for debug to no --- diff --git a/kernel-2.6.spec b/kernel-2.6.spec index 9db6435b8..58ff91cde 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -111,7 +111,7 @@ Summary: The Linux kernel # kernel-kdump %define with_kdump %{?_without_kdump: 0} %{?!_without_kdump: 1} # kernel-debug -%define with_debug %{?_without_debug: 0} %{?!_without_debug: 1} +%define with_debug %{?_without_debug: 1} %{?!_without_debug: 0} # kernel-doc %define with_doc %{?_without_doc: 0} %{?!_without_doc: 1} # kernel-headers