SDL: support for NDK r19, switched from c++_static to c++_shared, as recommended in NDK docs
This commit is contained in:
@@ -2,7 +2,7 @@ APP_PROJECT_PATH := $(call my-dir)/..
|
||||
|
||||
include jni/Settings.mk
|
||||
|
||||
APP_STL := c++_static
|
||||
APP_STL := c++_shared
|
||||
APP_CFLAGS := -g
|
||||
ifneq ($(NDK_DEBUG),1)
|
||||
APP_CFLAGS += -Oz -DNDEBUG # -Oz works best with clang
|
||||
|
||||
Reference in New Issue
Block a user