Disable debugging options.

This commit is contained in:
Justin M. Forbes 2019-06-03 07:53:09 -05:00
parent d06c52d683
commit 4bf08358b0
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}
@ -1819,6 +1819,9 @@ fi
#
#
%changelog
* Mon Jun 03 2019 Justin M. Forbes <jforbes@fedoraproject.org>
- Disable debugging options.
* Fri May 31 2019 Peter Robinson <pbrobinson@fedoraproject.org> 5.2.0-0.rc2.git1.2
- Bump for ARMv7 fix