Reenable debugging options.

This commit is contained in:
Laura Abbott 2018-06-04 13:58:07 -07:00
parent ca54efe132
commit a5a43e40db
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 1
%define debugbuildsenabled 0
%if %{with_verbose}
%define make_opts V=1
@ -1856,6 +1856,9 @@ fi
#
#
%changelog
* Mon Jun 04 2018 Laura Abbott <labbott@redhat.com>
- Reenable debugging options.
* Mon Jun 04 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-1
- Linux v4.17
- Disable debugging options.