Disable debugging options.
This commit is contained in:
parent
0bae75213b
commit
47cd32e4da
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user