Disable debugging options.

This commit is contained in:
Jeremy Cline 2018-10-15 09:55:38 -04:00
parent e0cda5a30e
commit 9ab960b7da
No known key found for this signature in database
GPG Key ID: 9223308FA9B246DB

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 0 %define debugbuildsenabled 1
# 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}
@ -1885,6 +1885,9 @@ fi
# #
# #
%changelog %changelog
* Mon Oct 15 2018 Jeremy Cline <jcline@redhat.com>
- Disable debugging options.
* Fri Oct 12 2018 Peter Robinson <pbrobinson@fedoraproject.org> * Fri Oct 12 2018 Peter Robinson <pbrobinson@fedoraproject.org>
- Rebase device specific NVRAM files on brcm WiFi devices to latest - Rebase device specific NVRAM files on brcm WiFi devices to latest