Skip to content

Commit 681a75e

Browse files
authored
Merge pull request ceph#60577 from zmc/rpm-dwz-toggle
2 parents 048ce81 + 88deede commit 681a75e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ceph.spec.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@
137137
%endif
138138
%bcond_without cephadm_bundling
139139
%bcond_without cephadm_pip_deps
140+
%bcond_without dwz
141+
%if %{with dwz}
142+
%else
143+
# disable dwz for 50% speedup at the cost of ~33% space
144+
%global _find_debuginfo_dwz_opts %{nil}
145+
%endif
140146

141147
%{!?_udevrulesdir: %global _udevrulesdir /lib/udev/rules.d}
142148
%{!?tmpfiles_create: %global tmpfiles_create systemd-tmpfiles --create}

0 commit comments

Comments
 (0)