Commit d7aeadfa authored by fallenstardust's avatar fallenstardust

LOCAL_CPPFLAGS := -std=c++14

parent 9f6cb8b3
...@@ -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 LOCAL_CFLAGS := -D_IRR_ANDROID_PLATFORM_ -pipe -fno-rtti -fno-exceptions -fstrict-aliasing -D_ANDROID -fPIC
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
......
...@@ -38,17 +38,4 @@ ...@@ -38,17 +38,4 @@
<keep>true</keep> <keep>true</keep>
</server> </server>
<server> <server>
<player-name>Knight of Hanoi</player-name>
<name>Koishi OCG服务器</name>
<ip>koishi.momobako.com</ip>
<port>7210</port>
<keep>true</keep>
</server>
<server>
<player-name>Knight of Hanoi</player-name>
<name>Koishi TCG服务器</name>
<ip>koishi.momobako.com</ip>
<port>1311</port>
<keep>true</keep>
</server>
</servers> </servers>
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