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

Merge pull request #17 from mercury233/patch-1

disable -Werror=format-security
parents f66f25ae 41856287
...@@ -11,6 +11,7 @@ include $(CLEAR_VARS) ...@@ -11,6 +11,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := YGOMobile 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
TARGET_FORMAT_STRING_CFLAGS :=
LOCAL_CPPFLAGS := -std=c++11 LOCAL_CPPFLAGS := -std=c++11
......
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