summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2016-10-17 09:24:55 -0700
committerLaura Abbott <labbott@fedoraproject.org>2016-10-17 09:49:33 -0700
commit4eea1586d9fdb8680b2e9f49787ea5ebd79405c6 (patch)
tree88949de65da1d76d1226c6f144f8ced895390210 /kernel.spec
parent1713b6251cd98e29a29c670f0d8c257fa43d1062 (diff)
downloadkernel-4eea1586d9fdb8680b2e9f49787ea5ebd79405c6.tar.gz
kernel-4eea1586d9fdb8680b2e9f49787ea5ebd79405c6.tar.xz
kernel-4eea1586d9fdb8680b2e9f49787ea5ebd79405c6.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 b54e34f7d..064b63294 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}
@@ -2142,6 +2142,9 @@ fi
#
#
%changelog
+* Mon Oct 17 2016 Laura Abbott <labbott@redhat.com>
+- Disable debugging options.
+
* Sat Oct 15 2016 Peter Robinson <pbrobinson@fedoraproject.org>
- Minor ARM config cleanups
- Re-enable omap-aes as should now be fixed