diff options
author | Laura Abbott <labbott@redhat.com> | 2018-07-03 09:22:28 -0700 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2018-07-03 09:22:28 -0700 |
commit | 373b736296a91cf194015aa1cda217ad611ff154 (patch) | |
tree | 131908a92f8ceaff4a04ba441addec5d2f41f5b8 | |
parent | bdb5b2d8f866c017fda2c16e7f6ef16fb302b756 (diff) | |
download | kernel-373b736296a91cf194015aa1cda217ad611ff154.tar.gz kernel-373b736296a91cf194015aa1cda217ad611ff154.tar.xz kernel-373b736296a91cf194015aa1cda217ad611ff154.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 8683c87ca..e117f4fe9 100644 --- a/kernel.spec +++ b/kernel.spec @@ -122,7 +122,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 %if %{with_verbose} %define make_opts V=1 @@ -1838,6 +1838,9 @@ fi # # %changelog +* Tue Jul 03 2018 Laura Abbott <labbott@redhat.com> +- Reenable debugging options. + * Mon Jul 02 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc3.git0.1 - Linux v4.18-rc3 |