Reenable debugging options.

This commit is contained in:
Laura Abbott 2019-02-19 09:03:46 -08:00
parent 16332ac6b7
commit 0f823b00b3
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}
@ -1886,6 +1886,9 @@ fi
#
#
%changelog
* Tue Feb 19 2019 Laura Abbott <labbott@redhat.com>
- Reenable debugging options.
* Mon Feb 18 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc7.git0.1
- Linux v5.0-rc7
- Disable debugging options.