summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2018-07-09 09:48:07 -0700
committerLaura Abbott <labbott@redhat.com>2018-07-09 09:48:07 -0700
commitd856847d28affc380126fd23a7ae0c8c7be56b7d (patch)
tree87c5269a04042639f0fd03c1b1329b6aba72632d
parentf145a6184076bf6225564af092e41bd753aecfae (diff)
downloadkernel-d856847d28affc380126fd23a7ae0c8c7be56b7d.tar.gz
kernel-d856847d28affc380126fd23a7ae0c8c7be56b7d.tar.xz
kernel-d856847d28affc380126fd23a7ae0c8c7be56b7d.zip
Disable debugging options.
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index fe5b7812a..e8fc04c04 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
@@ -1842,6 +1842,9 @@ fi
#
#
%changelog
+* Mon Jul 09 2018 Laura Abbott <labbott@redhat.com>
+- Disable debugging options.
+
* Mon Jul 9 2018 Peter Robinson <pbrobinson@fedoraproject.org>
- Add fix for AllWinner A64 timer scew errata