diff options
author | Laura Abbott <labbott@redhat.com> | 2017-11-27 09:08:02 -0800 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2017-11-27 09:08:02 -0800 |
commit | c8450da193fa3b0c81b1f46e519f0ae2abee2a87 (patch) | |
tree | 9a750f001e4fe69e849d03636ec8a26585544013 /kernel.spec | |
parent | 690839d2c78445ef75f3b2050f7d7f7245e49666 (diff) | |
download | kernel-c8450da193fa3b0c81b1f46e519f0ae2abee2a87.tar.gz kernel-c8450da193fa3b0c81b1f46e519f0ae2abee2a87.tar.xz kernel-c8450da193fa3b0c81b1f46e519f0ae2abee2a87.zip |
Disable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 88629d15d..d7fb6c86b 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 0 +%define debugbuildsenabled 1 # Want to build a vanilla kernel build without any non-upstream patches? %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} @@ -2197,6 +2197,9 @@ fi # # %changelog +* Mon Nov 27 2017 Laura Abbott <labbott@redhat.com> +- Disable debugging options. + * Sun Nov 26 2017 Hans de Goede <jwrdegoede@fedoraproject.org> - Fix left-button not working with some hid-multitouch touchpads |