diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2017-07-31 09:14:09 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2017-07-31 09:14:09 -0700 |
commit | 36c073a1ac9ca74727c34b27c98c071047ae72e2 (patch) | |
tree | dc9305bb7160b5adbd8782e550f173fd2636b0c5 | |
parent | 5be1516255cccff3be031d6b660044a95b13fee8 (diff) | |
download | kernel-36c073a1ac9ca74727c34b27c98c071047ae72e2.tar.gz kernel-36c073a1ac9ca74727c34b27c98c071047ae72e2.tar.xz kernel-36c073a1ac9ca74727c34b27c98c071047ae72e2.zip |
Disable .gdb_index as well
-rw-r--r-- | kernel.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index eff4d0885..07cb0705e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -417,6 +417,7 @@ BuildConflicts: rpm < 4.13.0.1-19 %undefine _unique_debug_srcs %undefine _debugsource_packages %undefine _debuginfo_subpackages +%undefine _include_gdb_index %global _find_debuginfo_opts -r %global _missing_build_ids_terminate_build 1 %global _no_recompute_build_ids 1 |