diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2017-04-04 08:14:01 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2017-04-04 08:14:01 -0700 |
commit | 7557c0cd7313567db58c002020a3a85a1ff95f0d (patch) | |
tree | 3ba8171c2923cfc258bb734570c5cd189ed4d04f | |
parent | d7144a5d3742bfdf3518407948b9bf233c1686d9 (diff) | |
download | kernel-7557c0cd7313567db58c002020a3a85a1ff95f0d.tar.gz kernel-7557c0cd7313567db58c002020a3a85a1ff95f0d.tar.xz kernel-7557c0cd7313567db58c002020a3a85a1ff95f0d.zip |
Reenable debugging options.
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index ff443cc88..be2601ee2 100644 --- a/kernel.spec +++ b/kernel.spec @@ -125,7 +125,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 1 +%define debugbuildsenabled 0 # Want to build a vanilla kernel build without any non-upstream patches? %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} @@ -2169,6 +2169,9 @@ fi # # %changelog +* Tue Apr 04 2017 Laura Abbott <labbott@fedoraproject.org> +- Reenable debugging options. + * Mon Apr 3 2017 Peter Robinson <pbrobinson@fedoraproject.org> - Update Amlogic meson support |