Disable debugging options.
This commit is contained in:
parent
a89bed2f8e
commit
915ea30215
@ -122,7 +122,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
|
||||
|
||||
# Kernel headers are being split out into a separate package
|
||||
%if 0%{?fedora}
|
||||
@ -1864,6 +1864,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Mar 25 2019 Jeremy Cline <jcline@redhat.com>
|
||||
- Disable debugging options.
|
||||
|
||||
* Sat Mar 23 2019 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||
- Fixes for Tegra Jetson TX series
|
||||
- Initial support for NVIDIA Jetson Nano
|
||||
|
Loading…
Reference in New Issue
Block a user