Disable debugging options.
This commit is contained in:
parent
7f05027abf
commit
b53d21151a
@ -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
|
||||
@ -1866,6 +1866,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Feb 19 2018 Jeremy Cline <jeremy@jcline.org>
|
||||
- Disable debugging options.
|
||||
|
||||
* Fri Feb 16 2018 Jeremy Cline <jeremy@jcline.org> - 4.16.0-0.rc1.git4.1
|
||||
- Linux v4.16-rc1-100-g1388c80438e6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user