From 3af030fde8935d30f012650e522891c79d0ce3a3 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Dec 12 2016 16:49:07 +0000 Subject: Disable debugging options. --- diff --git a/kernel.spec b/kernel.spec index 9e20308..d6c478d 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} @@ -2177,6 +2177,9 @@ fi # # %changelog +* Mon Dec 12 2016 Laura Abbott +- Disable debugging options. + * Sat Dec 10 2016 Christopher Covington - Re-add ACPI SPCR (serial console) support