Disable debugging options.
This commit is contained in:
parent
60a8ce36ab
commit
5a05c0c2d8
@ -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 0
|
||||
%define debugbuildsenabled 1
|
||||
|
||||
# Kernel headers are being split out into a separate package
|
||||
%if 0%{?fedora}
|
||||
@ -1876,6 +1876,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Jan 14 2019 Laura Abbott <labbott@redhat.com>
|
||||
- Disable debugging options.
|
||||
|
||||
* Sun Jan 13 2019 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||
- Raspberry Pi updates
|
||||
- Update AllWinner A64 timer errata workaround
|
||||
|
Loading…
Reference in New Issue
Block a user