diff options
author | Laura Abbott <labbott@redhat.com> | 2017-12-11 08:59:54 -0800 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2017-12-11 08:59:54 -0800 |
commit | d867512af4188ffa90bb7ae68c6a1df94868575e (patch) | |
tree | 8df8c90e2e25d276f4d224b5573fdef5a7bd13f4 | |
parent | 75eb8a5a5a78152622d1eff02aeb83684bcc6210 (diff) | |
download | kernel-d867512af4188ffa90bb7ae68c6a1df94868575e.tar.gz kernel-d867512af4188ffa90bb7ae68c6a1df94868575e.tar.xz kernel-d867512af4188ffa90bb7ae68c6a1df94868575e.zip |
Disable debugging options.
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 1c530c1d8..83589a1fd 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} @@ -2192,6 +2192,9 @@ fi # # %changelog +* Mon Dec 11 2017 Laura Abbott <labbott@redhat.com> +- Disable debugging options. + * Thu Dec 07 2017 Laura Abbott <labbott@redhat.com> - 4.15.0-0.rc2.git2.1 - Linux v4.15-rc2-252-g968edbd93c0c |