Disable debugging options.

This commit is contained in:
Laura Abbott 2017-06-05 09:25:42 -07:00
parent 7e1781f06a
commit 7e5268ac0c

View File

@ -125,7 +125,7 @@ Summary: The Linux kernel
# Set debugbuildsenabled to 1 for production (build separate debug kernels) # Set debugbuildsenabled to 1 for production (build separate debug kernels)
# and 0 for rawhide (all kernels are debug kernels). # and 0 for rawhide (all kernels are debug kernels).
# See also 'make debug' and 'make release'. # 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? # Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
@ -2150,6 +2150,9 @@ fi
# #
# #
%changelog %changelog
* Mon Jun 05 2017 Laura Abbott <labbott@fedoraproject.org>
- Disable debugging options.
* Fri Jun 02 2017 Laura Abbott <labbott@fedoraproject.org> * Fri Jun 02 2017 Laura Abbott <labbott@fedoraproject.org>
- Enable Chromebook keyboard backlight (rhbz 1447031) - Enable Chromebook keyboard backlight (rhbz 1447031)