summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2016-12-12 08:08:09 -0800
committerLaura Abbott <labbott@fedoraproject.org>2016-12-12 08:49:07 -0800
commit3af030fde8935d30f012650e522891c79d0ce3a3 (patch)
tree21bea0386a5a4bb69adfe30b1c7daf685bdcfe6c
parent6f726e7e6f32b665e4c33af405661714cb51769c (diff)
downloadkernel-3af030fde8935d30f012650e522891c79d0ce3a3.tar.gz
kernel-3af030fde8935d30f012650e522891c79d0ce3a3.tar.xz
kernel-3af030fde8935d30f012650e522891c79d0ce3a3.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 9e20308da..d6c478de4 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 <labbott@fedoraproject.org>
+- Disable debugging options.
+
* Sat Dec 10 2016 Christopher Covington <cov@codeaurora.org>
- Re-add ACPI SPCR (serial console) support