Disable debugging options.
This commit is contained in:
parent
7f70f668f8
commit
b5007e3d25
@ -200,7 +200,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
|
||||
|
||||
%if 0%{?fedora}
|
||||
# Kernel headers are being split out into a separate package
|
||||
@ -2956,6 +2956,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Mar 09 2020 Peter Robinson <pbrobinson@gmail.com>
|
||||
- Disable debugging options.
|
||||
|
||||
* Fri Mar 06 2020 Jeremy Cline <jcline@redhat.com> - 5.6.0-0.rc4.git1.1
|
||||
- Linux v5.6-rc4-135-gaeb542a1b5c5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user