summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2017-04-03 08:19:17 -0700
committerLaura Abbott <labbott@fedoraproject.org>2017-04-03 08:19:17 -0700
commitaa80d89f72257323cae01a11b05f3053d35270b3 (patch)
treef22a2ee8b2b7fac9b89cf46267b83d0742a4ac95
parent8b869ca45ca13609d79afaa242151e46c280cad2 (diff)
downloadkernel-aa80d89f72257323cae01a11b05f3053d35270b3.tar.gz
kernel-aa80d89f72257323cae01a11b05f3053d35270b3.tar.xz
kernel-aa80d89f72257323cae01a11b05f3053d35270b3.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 195755301..ad488f6f3 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}
@@ -2169,6 +2169,9 @@ fi
#
#
%changelog
+* Mon Apr 03 2017 Laura Abbott <labbott@fedoraproject.org>
+- Disable debugging options.
+
* Sun Apr 2 2017 Peter Robinson <pbrobinson@fedoraproject.org>
- Enable STi DRM driver