summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2016-11-28 08:07:52 -0800
committerLaura Abbott <labbott@fedoraproject.org>2016-11-28 08:07:52 -0800
commita6b951f78a601be8c1b79179e69f3c15349eacbb (patch)
treef5aa53175dc909adb89780f89cb09b12c45d3ad9 /kernel.spec
parent6065ff973db820baa51dbc22ad4a14240c826cb9 (diff)
downloadkernel-a6b951f78a601be8c1b79179e69f3c15349eacbb.tar.gz
kernel-a6b951f78a601be8c1b79179e69f3c15349eacbb.tar.xz
kernel-a6b951f78a601be8c1b79179e69f3c15349eacbb.zip
Disable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 00e1e7ffd..bde82f1e0 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}
@@ -2168,6 +2168,9 @@ fi
#
#
%changelog
+* Mon Nov 28 2016 Laura Abbott <labbott@redhat.com>
+- Disable debugging options.
+
* Mon Nov 28 2016 Peter Robinson <pbrobinson@fedoraproject.org>
- Minor ARM config updates
- General config cleanups