Rewire warning flags (new NDK?)
This commit is contained in:
parent
ae2a656e66
commit
8e670a3263
|
@ -20,7 +20,6 @@ endif
|
||||||
|
|
||||||
ifeq ($(HAVE_DYNAREC),1)
|
ifeq ($(HAVE_DYNAREC),1)
|
||||||
COREFLAGS += -DHAVE_DYNAREC
|
COREFLAGS += -DHAVE_DYNAREC
|
||||||
CORE_LDLIBS += -Wl,--no-warn-shared-textrel
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(CORE_DIR)/Makefile.common
|
include $(CORE_DIR)/Makefile.common
|
||||||
|
@ -31,6 +30,7 @@ ifneq ($(GIT_VERSION)," unknown")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_DISABLE_FATAL_LINKER_WARNINGS := true
|
||||||
LOCAL_MODULE := retro
|
LOCAL_MODULE := retro
|
||||||
LOCAL_SRC_FILES := $(SOURCES_C) $(SOURCES_ASM)
|
LOCAL_SRC_FILES := $(SOURCES_C) $(SOURCES_ASM)
|
||||||
LOCAL_CFLAGS := $(COREFLAGS) $(INCFLAGS)
|
LOCAL_CFLAGS := $(COREFLAGS) $(INCFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue