Disable debugging options.

This commit is contained in:
Justin M. Forbes 2018-05-07 09:49:30 -05:00
parent 8e0d842c37
commit 9168a64b2f
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 May 07 2018 Justin M. Forbes <jforbes@fedoraproject.org>
- Disable debugging options.
* Sat May 5 2018 Peter Robinson <pbrobinson@fedoraproject.org>
- Fix USB-2 on Tegra devices