Disable debugging options.

This commit is contained in:
Laura Abbott 2016-12-12 08:08:09 -08:00
parent 6f726e7e6f
commit 3af030fde8
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}
@ -2177,6 +2177,9 @@ fi
#
#
%changelog
* Mon Dec 12 2016 Laura Abbott <labbott@fedoraproject.org>
- Disable debugging options.
* Sat Dec 10 2016 Christopher Covington <cov@codeaurora.org>
- Re-add ACPI SPCR (serial console) support