Reenable debugging options.

This commit is contained in:
Jeremy Cline 2019-10-08 16:55:17 +00:00
parent 5b14a9c862
commit fb4a47e6a7
1 changed files with 4 additions and 1 deletions

View File

@ -124,7 +124,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
# Kernel headers are being split out into a separate package
%if 0%{?fedora}
@ -1761,6 +1761,9 @@ fi
#
#
%changelog
* Tue Oct 08 2019 Jeremy Cline <jcline@redhat.com>
- Reenable debugging options.
* Mon Oct 07 2019 Laura Abbott <labbott@redhat.com>
- Enable a few NFT options (rhbz 1651813)