summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2017-06-05 09:25:42 -0700
committerLaura Abbott <labbott@fedoraproject.org>2017-06-05 09:25:42 -0700
commit7e5268ac0c5d6f88c631513b1e34157927732919 (patch)
tree601a75a9e50c91edc8ba145ce4d22ab0e3ba1677
parent7e1781f06ad5d61746e58c6af3216bb7d46045d8 (diff)
downloadkernel-7e5268ac0c5d6f88c631513b1e34157927732919.tar.gz
kernel-7e5268ac0c5d6f88c631513b1e34157927732919.tar.xz
kernel-7e5268ac0c5d6f88c631513b1e34157927732919.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 844a416ea..c4f7c2a3a 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}
@@ -2150,6 +2150,9 @@ fi
#
#
%changelog
+* Mon Jun 05 2017 Laura Abbott <labbott@fedoraproject.org>
+- Disable debugging options.
+
* Fri Jun 02 2017 Laura Abbott <labbott@fedoraproject.org>
- Enable Chromebook keyboard backlight (rhbz 1447031)