Disable debugging options.

This commit is contained in:
Laura Abbott 2018-06-25 10:17:18 -07:00
parent 26ec741350
commit d3c5fc9149
1 changed files with 4 additions and 1 deletions

View File

@ -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
@ -1843,6 +1843,9 @@ fi
#
#
%changelog
* Mon Jun 25 2018 Laura Abbott <labbott@redhat.com>
- Disable debugging options.
* Mon Jun 25 2018 Peter Robinson <pbrobinson@fedoraproject.org>
- Disable BFP JIT on ARMv7 as it's currently broken
- Remove forced console on aarch64, legacy config (rhbz 1594402)