Kaydet (Commit) 46fa7ac8 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

experimentally enable using depcache for full build speedup

Change-Id: I6c186ba7ca27166a272327bcfe6a94c391c3514f
üst 06b44f99
helpcontent2 @ 1fbc9398
Subproject commit f9e2d688f6755c85b099cb659dd865dae775b607
Subproject commit 1fbc93982ca787e8be5b38b6a6729850009c7866
......@@ -597,7 +597,11 @@ $(call gb_LinkTarget_get_target,$(1)) : WARNINGS_NOT_ERRORS :=
$(call gb_LinkTarget_get_target,$(1)) : SOVERSIONSCRIPT :=
ifeq ($(gb_FULLDEPS),$(true))
ifeq (depcache:,$(filter depcache,$(.FEATURES)):$(gb_PARTIAL_BUILD))
-includedepcache $(call gb_LinkTarget_get_dep_target,$(1))
else
-include $(call gb_LinkTarget_get_dep_target,$(1))
endif
$(call gb_LinkTarget_get_dep_target,$(1)) : COBJECTS :=
$(call gb_LinkTarget_get_dep_target,$(1)) : CXXOBJECTS :=
$(call gb_LinkTarget_get_dep_target,$(1)) : OBJCOBJECTS :=
......
translations @ c8c40371
Subproject commit f3f04265562dcd40990cccdd83170c8afffef4ab
Subproject commit c8c40371caa4507a490f8c5ab0961a35848d01c5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment