Disable debugging options.

This commit is contained in:
Justin M. Forbes 2018-04-23 07:24:08 -05:00
parent a71eb20cf4
commit 8d2f8dde1a
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
@ -1872,6 +1872,9 @@ fi
#
#
%changelog
* Mon Apr 23 2018 Justin M. Forbes <jforbes@fedoraproject.org>
- Disable debugging options.
* Sun Apr 22 2018 Peter Robinson <pbrobinson@fedoraproject.org>
- Add quirk patch to fix X-Gene 1 console on HP m400/Mustang (RHBZ 1531140)