summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2017-07-31 07:15:46 -0700
committerLaura Abbott <labbott@fedoraproject.org>2017-07-31 07:15:46 -0700
commitf05a3ba53427c4ea7b34eed76e423f50225d1200 (patch)
treedb2f67627e2df4194bd974ef00f8843596cde694 /kernel.spec
parente296df583f305828d4ddfcada0919aa9b772fc7c (diff)
downloadkernel-f05a3ba53427c4ea7b34eed76e423f50225d1200.tar.gz
kernel-f05a3ba53427c4ea7b34eed76e423f50225d1200.tar.xz
kernel-f05a3ba53427c4ea7b34eed76e423f50225d1200.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 bd4d609d3..b89b02c79 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}
@@ -2195,6 +2195,9 @@ fi
#
#
%changelog
+* Mon Jul 31 2017 Laura Abbott <labbott@fedoraproject.org>
+- Disable debugging options.
+
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 4.13.0-0.rc2.git3.2
- Rebuild with binutils fix for ppc64le (#1475636)