diff options
author | Laura Abbott <labbott@redhat.com> | 2017-12-19 08:37:14 -0800 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2017-12-19 08:37:14 -0800 |
commit | e63a20e43aeadd5d4ecf405c16b7830a8244dd40 (patch) | |
tree | 8fd5a654b9477c27b523220127cbc44bfaa5b3a8 | |
parent | 7e5cbdbc68ca0b083888f96f949b63c8f17cabfb (diff) | |
download | kernel-e63a20e43aeadd5d4ecf405c16b7830a8244dd40.tar.gz kernel-e63a20e43aeadd5d4ecf405c16b7830a8244dd40.tar.xz kernel-e63a20e43aeadd5d4ecf405c16b7830a8244dd40.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 3a0ec4b16..a9240ab13 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} @@ -2190,6 +2190,9 @@ fi # # %changelog +* Tue Dec 19 2017 Laura Abbott <labbott@redhat.com> +- Reenable debugging options. + * Mon Dec 18 2017 Laura Abbott <labbott@redhat.com> - 4.15.0-0.rc4.git0.1 - Linux v4.15-rc4 |