mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
new gcc setting required, I assume, by new ndk version
This commit is contained in:
parent
f74a82ee07
commit
107ba4c940
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ local_C_INCLUDES+= \
|
|||
local_LDLIBS += -llog
|
||||
|
||||
ifeq ($(BUILD_TARGET),debug)
|
||||
local_DEBUG = -DMEM_DEBUG -DDEBUG -DENABLE_LOGGING -DCOMMS_CHECKSUM
|
||||
local_DEBUG = -DMEM_DEBUG -DDEBUG -DENABLE_LOGGING -DCOMMS_CHECKSUM -Wno-unused-but-set-variable
|
||||
endif
|
||||
local_DEFINES += \
|
||||
$(local_DEBUG) \
|
||||
|
|
Loading…
Reference in a new issue