use ccache for relay build too

This commit is contained in:
Eric House 2014-01-25 19:03:50 -08:00
parent b3ebadfde5
commit 1f698eae6d

View file

@ -58,6 +58,11 @@ CPPFLAGS += $(shell pkg-config --cflags glib-2.0)
# CPPFLAGS += -DDO_HTTP
CPPFLAGS += -DHAVE_STIME
ifneq ($(shell which ccache),)
CC := ccache $(CC)
CXX := ccache $(CXX)
endif
# turn on semaphore debugging
# CPPFLAGS += -DDEBUG_LOCKS