From: Zack Cerza Date: Thu, 6 Mar 2025 19:36:42 +0000 (-0700) Subject: debian/rules: Optionally enable sccache X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=56e2774528c890bb692934a87e207ae8a293b0a1;p=ceph.git debian/rules: Optionally enable sccache Signed-off-by: Zack Cerza --- diff --git a/debian/rules b/debian/rules index 0dc6220bb07cc..54314d5f6d4a9 100755 --- a/debian/rules +++ b/debian/rules @@ -48,6 +48,9 @@ ifneq (,$(filter with_system_libs,$(DEB_BUILD_OPTIONS))) extraopts += -DWITH_SYSTEM_BOOST=ON extraopts += -DWITH_SYSTEM_PMDK=ON endif +ifeq ($(SCCACHE), true) +extraopts += -DWITH_SCCACHE=ON +endif ifeq ($(DWZ), false) override_dh_dwz: