Reenable debugging options.

This commit is contained in:
Jeremy Cline 2019-03-26 19:04:06 +00:00
parent f1512dfeef
commit 15e9d9f66d

View File

@ -122,7 +122,7 @@ Summary: The Linux kernel
# Set debugbuildsenabled to 1 for production (build separate debug kernels) # Set debugbuildsenabled to 1 for production (build separate debug kernels)
# and 0 for rawhide (all kernels are debug kernels). # and 0 for rawhide (all kernels are debug kernels).
# See also 'make debug' and 'make release'. # See also 'make debug' and 'make release'.
%define debugbuildsenabled 1 %define debugbuildsenabled 0
# Kernel headers are being split out into a separate package # Kernel headers are being split out into a separate package
%if 0%{?fedora} %if 0%{?fedora}
@ -1864,6 +1864,9 @@ fi
# #
# #
%changelog %changelog
* Tue Mar 26 2019 Jeremy Cline <jcline@redhat.com>
- Reenable debugging options.
* Tue Mar 26 2019 Peter Robinson <pbrobinson@fedoraproject.org> * Tue Mar 26 2019 Peter Robinson <pbrobinson@fedoraproject.org>
- Initial NXP i.MX8 enablement - Initial NXP i.MX8 enablement