Disable debugging options.

This commit is contained in:
Laura Abbott 2017-12-31 16:16:58 -08:00
parent 148a32e255
commit cb1d6de4b7

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}
@ -2198,6 +2198,9 @@ fi
#
#
%changelog
* Mon Jan 01 2018 Laura Abbott <labbott@redhat.com>
- Disable debugging options.
* Fri Dec 22 2017 Hans de Goede <jwrdegoede@fedoraproject.org>
- Add patches which allow specifying a default SATA linkpower management policy
for mobile chipsets and set the default LPM policy to "med_power_with_dipm"