From c8450da193fa3b0c81b1f46e519f0ae2abee2a87 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Mon, 27 Nov 2017 09:08:02 -0800 Subject: [PATCH] Disable debugging options. --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 88629d15d..d7fb6c86b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -125,7 +125,7 @@ Summary: The Linux kernel # Set debugbuildsenabled to 1 for production (build separate debug kernels) # and 0 for rawhide (all kernels are debug kernels). # See also 'make debug' and 'make release'. -%define debugbuildsenabled 0 +%define debugbuildsenabled 1 # Want to build a vanilla kernel build without any non-upstream patches? %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} @@ -2197,6 +2197,9 @@ fi # # %changelog +* Mon Nov 27 2017 Laura Abbott +- Disable debugging options. + * Sun Nov 26 2017 Hans de Goede - Fix left-button not working with some hid-multitouch touchpads