We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 048ce81 + 88deede commit 681a75eCopy full SHA for 681a75e
ceph.spec.in
@@ -137,6 +137,12 @@
137
%endif
138
%bcond_without cephadm_bundling
139
%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
146
147
%{!?_udevrulesdir: %global _udevrulesdir /lib/udev/rules.d}
148
%{!?tmpfiles_create: %global tmpfiles_create systemd-tmpfiles --create}
0 commit comments