summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2017-06-26 07:02:18 -0700
committerLaura Abbott <labbott@fedoraproject.org>2017-06-26 07:02:18 -0700
commit5d18b476830ca0e9b4e51323fa1f9eae92244168 (patch)
treeff97f9e40b5963f59cb1c0c3db5c805b2aaf4ade
parente782766072f01c6f753f093e3af5988fb62dcef5 (diff)
downloadkernel-5d18b476830ca0e9b4e51323fa1f9eae92244168.tar.gz
kernel-5d18b476830ca0e9b4e51323fa1f9eae92244168.tar.xz
kernel-5d18b476830ca0e9b4e51323fa1f9eae92244168.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 94631b10d..5f86387c8 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}
@@ -2193,6 +2193,9 @@ fi
#
#
%changelog
+* Mon Jun 26 2017 Laura Abbott <labbott@fedoraproject.org>
+- Disable debugging options.
+
* Mon Jun 26 2017 Peter Robinson <pbrobinson@fedoraproject.org>
- vc4: hopefully improve the vblank crash issues