Disable debugging options.

This commit is contained in:
Jeremy Cline 2020-02-17 10:03:51 -05:00
parent cd678e1ea4
commit b0d58c3ad9
1 changed files with 4 additions and 1 deletions

View File

@ -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
@ -2894,6 +2894,9 @@ fi
#
#
%changelog
* Mon Feb 17 2020 Jeremy Cline <jcline@redhat.com>
- Disable debugging options.
* Fri Feb 14 2020 Jeremy Cline <jcline@redhat.com> - 5.6.0-0.rc1.git3.1
- Linux v5.6-rc1-44-gb19e8c684703