Disable debugging options.
This commit is contained in:
parent
49d1cc4304
commit
46bd666be2
@ -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
|
||||
|
||||
%if %{with_verbose}
|
||||
%define make_opts V=1
|
||||
@ -1857,6 +1857,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue May 29 2018 Justin M. Forbes <jforbes@fedoraproject.org>
|
||||
- Disable debugging options.
|
||||
|
||||
* Fri May 25 2018 Jeremy Cline <jcline@redhat.com> - 4.17.0-0.rc6.git3.1
|
||||
- Linux v4.17-rc6-224-g62d18ecfa641
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user