Disable debugging options.

This commit is contained in:
Laura Abbott 2017-11-27 09:08:02 -08:00
parent 690839d2c7
commit c8450da193
1 changed files with 4 additions and 1 deletions

View File

@ -125,7 +125,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
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
@ -2197,6 +2197,9 @@ fi
#
#
%changelog
* Mon Nov 27 2017 Laura Abbott <labbott@redhat.com>
- Disable debugging options.
* Sun Nov 26 2017 Hans de Goede <jwrdegoede@fedoraproject.org>
- Fix left-button not working with some hid-multitouch touchpads