diff options
author | Laura Abbott <labbott@redhat.com> | 2018-06-25 10:17:18 -0700 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2018-06-25 10:17:18 -0700 |
commit | d3c5fc9149549d4232ba98a837f6d7caa36fd996 (patch) | |
tree | 7c212be4559c68f8e92670659356bd1ced2a83aa | |
parent | 26ec74135044afe5c5c224a6a376ad07b2100eb1 (diff) | |
download | kernel-d3c5fc9149549d4232ba98a837f6d7caa36fd996.tar.gz kernel-d3c5fc9149549d4232ba98a837f6d7caa36fd996.tar.xz kernel-d3c5fc9149549d4232ba98a837f6d7caa36fd996.zip |
Disable debugging options.
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 0bc01ee00..a8b3f998e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -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) |