Disable debugging options.
This commit is contained in:
parent
6d5fda683b
commit
8e8ff6c9e5
@ -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}
|
||||||
@ -1763,6 +1763,9 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 07 2019 Jeremy Cline <jcline@redhat.com>
|
||||||
|
- Disable debugging options.
|
||||||
|
|
||||||
* Sun Oct 6 2019 Peter Robinson <pbrobinson@fedoraproject.org>
|
* Sun Oct 6 2019 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||||
- Fixes for Jetson TX1/TX2 series of devices
|
- Fixes for Jetson TX1/TX2 series of devices
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user