Reenable debugging options.

This commit is contained in:
Jeremy Cline 2019-04-30 16:02:26 +00:00
parent 8fb1c9e328
commit dfbf3d7f3d
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
# Kernel headers are being split out into a separate package
%if 0%{?fedora}
@ -1825,6 +1825,9 @@ fi
#
#
%changelog
* Tue Apr 30 2019 Jeremy Cline <jcline@redhat.com>
- Reenable debugging options.
* Tue Apr 30 2019 Hans de Goede <hdegoede@redhat.com>
- Fix wifi on various ideapad models not working (rhbz#1703338)