Disable debugging options.

This commit is contained in:
Jeremy Cline 2018-10-01 10:03:45 -04:00
parent 0bae75213b
commit 47cd32e4da
No known key found for this signature in database
GPG Key ID: 9223308FA9B246DB
1 changed files with 4 additions and 1 deletions

View File

@ -122,7 +122,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 0
%define debugbuildsenabled 1
# Kernel headers are being split out into a separate package
%define with_headers 0
@ -1883,6 +1883,9 @@ fi
#
#
%changelog
* Mon Oct 01 2018 Jeremy Cline <jcline@redhat.com>
- Disable debugging options.
* Mon Oct 1 2018 Peter Robinson <pbrobinson@fedoraproject.org>
- Support loading device specific NVRAM files on brcm WiFi devices