From: David Galloway Date: Thu, 16 Jul 2026 20:25:07 +0000 (-0400) Subject: debian/rules: Also exclude librgw and radosgw from dwz X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F70264%2Fhead;p=ceph.git debian/rules: Also exclude librgw and radosgw from dwz Fixes: https://tracker.ceph.com/issues/78312 Signed-off-by: David Galloway --- diff --git a/debian/rules b/debian/rules index 393572ada382..ce9a07a7f65f 100755 --- a/debian/rules +++ b/debian/rules @@ -56,8 +56,9 @@ ifeq ($(DWZ), false) override_dh_dwz: else override_dh_dwz: - # Exclude ceph-osd-crimson due to excessive debug info (too many DIEs) - dh_dwz -Xceph-osd-crimson + # Exclude ceph-osd-crimson, librgw, and radosgw due to excessive debug info (too many DIEs) + dh_dwz -Xceph-osd-crimson -Xlibrgw -Xradosgw + endif # for python3-${pkg} packages