From 9132269421b34ef774c708b2179ec5fd6bd2290d Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 2 Mar 2017 13:08:17 +0800 Subject: [PATCH] rpm: disable dwz to speed up valgrind Fixes: http://tracker.ceph.com/issues/19099 Signed-off-by: Kefu Chai --- ceph.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index cdd36699f04..ca01c5f36cc 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 #################################################################################