mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
use ccache for relay build too
This commit is contained in:
parent
b3ebadfde5
commit
1f698eae6d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue