Commit eb400ab3 authored by fallenstardust's avatar fallenstardust Committed by GitHub

Merge pull request #8 from purerosefallen/patch-1

changes for the latest ocgcore
parents 80eddce1 66f2ada6
...@@ -12,6 +12,8 @@ LOCAL_MODULE := YGOMobile ...@@ -12,6 +12,8 @@ LOCAL_MODULE := YGOMobile
LOCAL_CFLAGS := -D_IRR_ANDROID_PLATFORM_ -pipe -fno-rtti -fno-exceptions -fstrict-aliasing -D_ANDROID -fPIC -DLUA_COMPAT_5_2 LOCAL_CFLAGS := -D_IRR_ANDROID_PLATFORM_ -pipe -fno-rtti -fno-exceptions -fstrict-aliasing -D_ANDROID -fPIC -DLUA_COMPAT_5_2
LOCAL_CPPFLAGS := -std=c++11
ifndef NDEBUG ifndef NDEBUG
LOCAL_CFLAGS += -g -D_DEBUG LOCAL_CFLAGS += -g -D_DEBUG
else else
......
...@@ -4,6 +4,7 @@ APP_PLATFORM := android-14 ...@@ -4,6 +4,7 @@ APP_PLATFORM := android-14
#APP_MODULES := YGOMobile #APP_MODULES := YGOMobile
#NDK_TOOLCHAIN_VERSION=4.8 #NDK_TOOLCHAIN_VERSION=4.8
APP_ALLOW_MISSING_DEPS=true APP_ALLOW_MISSING_DEPS=true
APP_STL := gnustl_static #APP_STL := gnustl_static
APP_STL := c++_static
APP_CPPFLAGS := -Wno-error=format-security -std=gnu++11 -fpermissive -D__cplusplus=201103L APP_CPPFLAGS := -Wno-error=format-security -std=gnu++11 -fpermissive -D__cplusplus=201103L
APP_OPTIM := release APP_OPTIM := release
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment