Disable debugging options.

This commit is contained in:
Jeremy Cline 2019-03-18 14:10:29 +00:00
parent 02d1cba5ee
commit e9a6f9df95
1 changed files with 4 additions and 1 deletions

View File

@ -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
%if 0%{?fedora}
@ -1854,6 +1854,9 @@ fi
#
#
%changelog
* Mon Mar 18 2019 Jeremy Cline <jcline@redhat.com>
- Disable debugging options.
* Sun Mar 17 2019 Peter Robinson <pbrobinson@fedoraproject.org>
- Updates for Arm