summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2017-05-23 14:56:29 -0700
committerGrant Limberg <grant.limberg@zerotier.com>2017-05-23 14:56:29 -0700
commit952834f7f365206c1a1a349adfefc313f00060bb (patch)
tree08ed7ff8320bd7ddcc12a461122c2ac8141343e1
parentf9a9c2d009c719c5dfcb1897b9a9a48cf6b17487 (diff)
downloadinfinitytier-952834f7f365206c1a1a349adfefc313f00060bb.tar.gz
infinitytier-952834f7f365206c1a1a349adfefc313f00060bb.zip
Let Android Studio determine debug/release build
-rw-r--r--java/jni/Application.mk2
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