summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2018-01-09 08:16:02 -0800
committerLaura Abbott <labbott@redhat.com>2018-01-09 08:16:02 -0800
commitb39aa580510e97107a79877676491a164e0c948f (patch)
tree1279fb02633f6a81e21e008705e509181f90c79e
parente3ed9bf70ddd6db6b12b4a002a3dfdbe97f632b3 (diff)
downloadkernel-b39aa580510e97107a79877676491a164e0c948f.tar.gz
kernel-b39aa580510e97107a79877676491a164e0c948f.tar.xz
kernel-b39aa580510e97107a79877676491a164e0c948f.zip
Reenable debugging options.
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 1ef48a39e..b8f40cd38 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -121,7 +121,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 1
+%define debugbuildsenabled 0
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
@@ -1891,6 +1891,9 @@ fi
#
#
%changelog
+* Tue Jan 09 2018 Laura Abbott <labbott@redhat.com>
+- Reenable debugging options.
+
* Mon Jan 08 2018 Laura Abbott <labbott@redhat.com>
- Disable CONFIG_RESET_ATTACK_MITIGATION (rhbz 1532058)