]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: disable dwz to speed up valgrind 13748/head
authorKefu Chai <kchai@redhat.com>
Thu, 2 Mar 2017 05:08:17 +0000 (13:08 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 2 Mar 2017 05:08:19 +0000 (13:08 +0800)
Fixes: http://tracker.ceph.com/issues/19099
Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in

index cdd36699f04bbd69450288d9f267c8ee77031b6b..ca01c5f36cc510e42168792d200ade6d45c67878 100644 (file)
@@ -56,7 +56,8 @@
 # unify libexec for all targets
 %global _libexecdir %{_exec_prefix}/lib
 
-
+# disable dwz which compresses the debuginfo
+%global _find_debuginfo_dwz_opts %{nil}
 #################################################################################
 # common
 #################################################################################