SDL: support for NDK r19, switched from c++_static to c++_shared, as recommended in NDK docs

This commit is contained in:
Sergii Pylypenko
2019-02-06 23:27:14 +02:00
parent 657ab95852
commit 2f49dd6e30
9 changed files with 111 additions and 181 deletions

View File

@@ -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