Disable debugging options.
This commit is contained in:
parent
f20e0a3b66
commit
6ae2dcdba8
@ -124,7 +124,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
|
||||
|
||||
%if %{with_verbose}
|
||||
%define make_opts V=1
|
||||
@ -1871,6 +1871,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Mar 12 2018 Jeremy Cline <jeremy@jcline.org>
|
||||
- Disable debugging options.
|
||||
|
||||
* Mon Mar 12 2018 Justin M. Forbes <jforbes@fedoraproject.org>
|
||||
- Update efi-lockdown patch with current.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user