From: Kefu Chai Date: Thu, 2 Mar 2017 05:08:17 +0000 (+0800) Subject: rpm: disable dwz to speed up valgrind X-Git-Tag: v12.0.1~197^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9132269421b34ef774c708b2179ec5fd6bd2290d;p=ceph.git rpm: disable dwz to speed up valgrind Fixes: http://tracker.ceph.com/issues/19099 Signed-off-by: Kefu Chai --- 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 #################################################################################