Disable debugging options.

This commit is contained in:
Justin M. Forbes 2018-02-12 07:09:32 -06:00
parent dd10af6de0
commit 3d809aa232
1 changed files with 4 additions and 1 deletions

View File

@ -124,7 +124,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 %{with_verbose}
%define make_opts V=1
@ -1871,6 +1871,9 @@ fi
#
#
%changelog
* Mon Feb 12 2018 Justin M. Forbes <jforbes@fedoraproject.org>
- Disable debugging options.
* Sun Feb 11 2018 Peter Robinson <pbrobinson@fedoraproject.org>
- Improvements/fixes for Raspberry Pi HDMI monitor detection
- Fix regression with AllWinner (sunxi) crypto PRNG, and module loading