diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2016-10-24 09:02:57 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-10-24 09:11:05 -0700 |
commit | 44104f606b989325126809783567a21b08e2bb87 (patch) | |
tree | aa3983f0566f0c40e1deec50a89e25f7607ece3c /kernel.spec | |
parent | 4894ff88ff3d6213e28075da9424a4feb6f08291 (diff) | |
download | kernel-44104f606b989325126809783567a21b08e2bb87.tar.gz kernel-44104f606b989325126809783567a21b08e2bb87.tar.xz kernel-44104f606b989325126809783567a21b08e2bb87.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 a34af82ba..1db8c7075 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} @@ -2144,6 +2144,9 @@ fi # # %changelog +* Mon Oct 24 2016 Laura Abbott <labbott@redhat.com> +- Disable debugging options. + * Fri Oct 21 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.9.0-0.rc1.git4.1 - Linux v4.9-rc1-193-g6edc51a |