summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2016-11-08 07:29:06 -0800
committerLaura Abbott <labbott@fedoraproject.org>2016-11-08 07:29:06 -0800
commitbc7cb0a993581e99552d17d9d3e4f8a02c315345 (patch)
treeab1c3e50458a5a0cb4a49cb2604ea16ac22d514b /kernel.spec
parentc0853e1c3f92ea5ae4365335936f0a2c043b963d (diff)
downloadkernel-bc7cb0a993581e99552d17d9d3e4f8a02c315345.tar.gz
kernel-bc7cb0a993581e99552d17d9d3e4f8a02c315345.tar.xz
kernel-bc7cb0a993581e99552d17d9d3e4f8a02c315345.zip
Reenable 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 025b07d75..c7da9b628 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 1
+%define debugbuildsenabled 0
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
@@ -2158,6 +2158,9 @@ fi
#
#
%changelog
+* Tue Nov 08 2016 Laura Abbott <labbott@redhat.com>
+- Reenable debugging options.
+
* Tue Nov 8 2016 Peter Robinson <pbrobinson@fedoraproject.org>
- Sync some ARM patches from F-25 branch