Disable debugging options.
This commit is contained in:
parent
59eca17780
commit
8d287956c5
@ -197,7 +197,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
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
# Kernel headers are being split out into a separate package
|
# Kernel headers are being split out into a separate package
|
||||||
@ -2891,6 +2891,9 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 13 2020 Justin M. Forbes <jforbes@fedoraproject.org>
|
||||||
|
- Disable debugging options.
|
||||||
|
|
||||||
* Fri Jan 10 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.5.0-0.rc5.git3.1
|
* Fri Jan 10 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.5.0-0.rc5.git3.1
|
||||||
- Linux v5.5-rc5-215-g4e4cd21c64da
|
- Linux v5.5-rc5-215-g4e4cd21c64da
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user