Reenable debugging options.

This commit is contained in:
Laura Abbott 2018-01-09 08:16:02 -08:00
parent e3ed9bf70d
commit b39aa58051
1 changed files with 4 additions and 1 deletions

View File

@ -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)