Disable debugging options.
This commit is contained in:
parent
26ec741350
commit
d3c5fc9149
@ -122,7 +122,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 %{with_verbose}
|
%if %{with_verbose}
|
||||||
%define make_opts V=1
|
%define make_opts V=1
|
||||||
@ -1843,6 +1843,9 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 25 2018 Laura Abbott <labbott@redhat.com>
|
||||||
|
- Disable debugging options.
|
||||||
|
|
||||||
* Mon Jun 25 2018 Peter Robinson <pbrobinson@fedoraproject.org>
|
* Mon Jun 25 2018 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||||
- Disable BFP JIT on ARMv7 as it's currently broken
|
- Disable BFP JIT on ARMv7 as it's currently broken
|
||||||
- Remove forced console on aarch64, legacy config (rhbz 1594402)
|
- Remove forced console on aarch64, legacy config (rhbz 1594402)
|
||||||
|
Loading…
Reference in New Issue
Block a user