Disable debugging options.

This commit is contained in:
Justin M. Forbes 2019-06-24 10:23:42 -05:00
parent 5a11487f77
commit 6acb9747bd

View File

@ -124,7 +124,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
# Kernel headers are being split out into a separate package # Kernel headers are being split out into a separate package
%if 0%{?fedora} %if 0%{?fedora}
@ -1831,6 +1831,9 @@ fi
# #
# #
%changelog %changelog
* Mon Jun 24 2019 Justin M. Forbes <jforbes@fedoraproject.org>
- Disable debugging options.
* Sat Jun 22 2019 Peter Robinson <pbrobinson@fedoraproject.org> * Sat Jun 22 2019 Peter Robinson <pbrobinson@fedoraproject.org>
- QCom ACPI fixes - QCom ACPI fixes