diff options
author | Grant Limberg <grant.limberg@zerotier.com> | 2017-05-23 14:56:29 -0700 |
---|---|---|
committer | Grant Limberg <grant.limberg@zerotier.com> | 2017-05-23 14:56:29 -0700 |
commit | 952834f7f365206c1a1a349adfefc313f00060bb (patch) | |
tree | 08ed7ff8320bd7ddcc12a461122c2ac8141343e1 | |
parent | f9a9c2d009c719c5dfcb1897b9a9a48cf6b17487 (diff) | |
download | infinitytier-952834f7f365206c1a1a349adfefc313f00060bb.tar.gz infinitytier-952834f7f365206c1a1a349adfefc313f00060bb.zip |
Let Android Studio determine debug/release build
-rw-r--r-- | java/jni/Application.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jni/Application.mk b/java/jni/Application.mk index 19891cc8..f5a87ac7 100644 --- a/java/jni/Application.mk +++ b/java/jni/Application.mk @@ -1,5 +1,5 @@ # NDK_TOOLCHAIN_VERSION := clang3.5 APP_STL := c++_static -APP_CPPFLAGS := -O3 -Wall -fstack-protector -fexceptions -fno-strict-aliasing -Wno-deprecated-register -DZT_NO_TYPE_PUNNING=1 +APP_CPPFLAGS := -Wall -fstack-protector -fexceptions -fno-strict-aliasing -Wno-deprecated-register -DZT_NO_TYPE_PUNNING=1 APP_PLATFORM := android-14 APP_ABI := all |