summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2018-06-25 10:17:18 -0700
committerLaura Abbott <labbott@redhat.com>2018-06-25 10:17:18 -0700
commitd3c5fc9149549d4232ba98a837f6d7caa36fd996 (patch)
tree7c212be4559c68f8e92670659356bd1ced2a83aa /kernel.spec
parent26ec74135044afe5c5c224a6a376ad07b2100eb1 (diff)
downloadkernel-d3c5fc9149549d4232ba98a837f6d7caa36fd996.tar.gz
kernel-d3c5fc9149549d4232ba98a837f6d7caa36fd996.tar.xz
kernel-d3c5fc9149549d4232ba98a837f6d7caa36fd996.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 0bc01ee00..a8b3f998e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -122,7 +122,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
%if %{with_verbose}
%define make_opts V=1
@@ -1843,6 +1843,9 @@ fi
#
#
%changelog
+* Mon Jun 25 2018 Laura Abbott <labbott@redhat.com>
+- Disable debugging options.
+
* Mon Jun 25 2018 Peter Robinson <pbrobinson@fedoraproject.org>
- Disable BFP JIT on ARMv7 as it's currently broken
- Remove forced console on aarch64, legacy config (rhbz 1594402)