Commit 8fbd490c authored by fallenstardust's avatar fallenstardust

LOCAL_CPPFLAGS := -std=c++14

parent a7764666
...@@ -13,7 +13,7 @@ LOCAL_MODULE := YGOMobile ...@@ -13,7 +13,7 @@ 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 := TARGET_FORMAT_STRING_CFLAGS :=
LOCAL_CPPFLAGS := -std=c++11 LOCAL_CPPFLAGS := -std=c++14
ifndef NDEBUG ifndef NDEBUG
LOCAL_CFLAGS += -g -D_DEBUG LOCAL_CFLAGS += -g -D_DEBUG
......
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