Disable debugging options.

This commit is contained in:
Jeremy Cline 2019-11-18 10:08:20 -05:00
parent 2a05296f13
commit 45da71ea64
1 changed files with 4 additions and 1 deletions

View File

@ -191,7 +191,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
@ -2512,6 +2512,9 @@ fi
#
#
%changelog
* Mon Nov 18 2019 Jeremy Cline <jcline@redhat.com>
- Disable debugging options.
* Fri Nov 15 2019 Jeremy Cline <jcline@redhat.com> - 5.4.0-0.rc7.git2.1
- Linux v5.4-rc7-68-g96b95eff4a59