Rewire warning flags (new NDK?)

This commit is contained in:
David Guillen Fandos 2021-07-27 01:06:06 +02:00
parent ae2a656e66
commit 8e670a3263
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,6 @@ endif
ifeq ($(HAVE_DYNAREC),1)
COREFLAGS += -DHAVE_DYNAREC
CORE_LDLIBS += -Wl,--no-warn-shared-textrel
endif
include $(CORE_DIR)/Makefile.common
@ -31,6 +30,7 @@ ifneq ($(GIT_VERSION)," unknown")
endif
include $(CLEAR_VARS)
LOCAL_DISABLE_FATAL_LINKER_WARNINGS := true
LOCAL_MODULE := retro
LOCAL_SRC_FILES := $(SOURCES_C) $(SOURCES_ASM)
LOCAL_CFLAGS := $(COREFLAGS) $(INCFLAGS)