From 2be19be3a3e927e192b6124ad5a0e5d2209ddde4 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 21 Jan 2011 13:27:58 +0100 Subject: [PATCH] change default for debug to no --- kernel-2.6.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0