mirror of
https://github.com/libretro/melonDS.git
synced 2024-11-22 23:40:36 +00:00
update android to use c++17 and enable exceptions
This commit is contained in:
parent
f173be0f39
commit
33531519ea
@ -20,6 +20,6 @@ include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := retro
|
||||
LOCAL_SRC_FILES := $(SOURCES_C) $(SOURCES_CXX) $(SOURCES_S)
|
||||
LOCAL_CFLAGS := $(CORE_FLAGS)
|
||||
LOCAL_CPPFLAGS := -std=c++14 $(CORE_FLAGS)
|
||||
LOCAL_CPPFLAGS := -std=c++17 -fexceptions $(CORE_FLAGS)
|
||||
LOCAL_LDFLAGS := -Wl,-version-script=$(CORE_DIR)/link.T
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
Loading…
Reference in New Issue
Block a user