summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2017-12-31 16:16:58 -0800
committerLaura Abbott <labbott@redhat.com>2017-12-31 16:28:08 -0800
commitcb1d6de4b7c2d1fc4436872d66f08aa60e1a47df (patch)
tree3c508571c01783680a4ed25195e64e165614b406
parent148a32e25571a81ce5fa397dcbf3fc4d4d155d8c (diff)
downloadkernel-cb1d6de4b7c2d1fc4436872d66f08aa60e1a47df.tar.gz
kernel-cb1d6de4b7c2d1fc4436872d66f08aa60e1a47df.tar.xz
kernel-cb1d6de4b7c2d1fc4436872d66f08aa60e1a47df.zip
Disable debugging options.
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 0112063bf..09fc02b00 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}
@@ -2198,6 +2198,9 @@ fi
#
#
%changelog
+* Mon Jan 01 2018 Laura Abbott <labbott@redhat.com>
+- Disable debugging options.
+
* Fri Dec 22 2017 Hans de Goede <jwrdegoede@fedoraproject.org>
- Add patches which allow specifying a default SATA linkpower management policy
for mobile chipsets and set the default LPM policy to "med_power_with_dipm"