mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +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
|
local_LDLIBS += -llog
|
||||||
|
|
||||||
ifeq ($(BUILD_TARGET),debug)
|
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
|
endif
|
||||||
local_DEFINES += \
|
local_DEFINES += \
|
||||||
$(local_DEBUG) \
|
$(local_DEBUG) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue