summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2017-11-27 09:08:02 -0800
committerLaura Abbott <labbott@redhat.com>2017-11-27 09:08:02 -0800
commitc8450da193fa3b0c81b1f46e519f0ae2abee2a87 (patch)
tree9a750f001e4fe69e849d03636ec8a26585544013 /kernel.spec
parent690839d2c78445ef75f3b2050f7d7f7245e49666 (diff)
downloadkernel-c8450da193fa3b0c81b1f46e519f0ae2abee2a87.tar.gz
kernel-c8450da193fa3b0c81b1f46e519f0ae2abee2a87.tar.xz
kernel-c8450da193fa3b0c81b1f46e519f0ae2abee2a87.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 88629d15d..d7fb6c86b 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}
@@ -2197,6 +2197,9 @@ fi
#
#
%changelog
+* Mon Nov 27 2017 Laura Abbott <labbott@redhat.com>
+- Disable debugging options.
+
* Sun Nov 26 2017 Hans de Goede <jwrdegoede@fedoraproject.org>
- Fix left-button not working with some hid-multitouch touchpads