Kaydet (Commit) 458b102b authored tarafından Lubos Lunak's avatar Lubos Lunak

disable ccache too when running clang as rewritter

üst 8b727538
...@@ -80,7 +80,7 @@ endef ...@@ -80,7 +80,7 @@ endef
define gb_CObject__tool_command define gb_CObject__tool_command
$(call gb_Output_announce,$(1).c,$(true),C ,3) $(call gb_Output_announce,$(1).c,$(true),C ,3)
$(call gb_Helper_abbreviate_dirs,\ $(call gb_Helper_abbreviate_dirs,\
ICECC=no \ ICECC=no CCACHE_DISABLE=1 \
$(gb_CC) \ $(gb_CC) \
$(DEFS) \ $(DEFS) \
$(T_CFLAGS) \ $(T_CFLAGS) \
...@@ -121,7 +121,7 @@ endef ...@@ -121,7 +121,7 @@ endef
define gb_CxxObject__tool_command define gb_CxxObject__tool_command
$(call gb_Output_announce,$(1).cxx,$(true),CXX,3) $(call gb_Output_announce,$(1).cxx,$(true),CXX,3)
$(call gb_Helper_abbreviate_dirs,\ $(call gb_Helper_abbreviate_dirs,\
ICECC=no \ ICECC=no CCACHE_DISABLE=1 \
$(gb_CXX) \ $(gb_CXX) \
$(DEFS) \ $(DEFS) \
$(T_CXXFLAGS) \ $(T_CXXFLAGS) \
......
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