diff options
author | Grant Limberg <grant.limberg@red.com> | 2015-06-01 20:01:37 -0700 |
---|---|---|
committer | Grant Limberg <grant.limberg@red.com> | 2015-06-01 20:01:37 -0700 |
commit | 74f7d5377d26c721b17b5a5380793c26df81b2e3 (patch) | |
tree | 93365e314a89a2fbd8cc7c03c31171b0d1e34b47 /java/jni | |
parent | 5015c0ae78c7ccca1af94e8591ee2caf65f47e6f (diff) | |
download | infinitytier-74f7d5377d26c721b17b5a5380793c26df81b2e3.tar.gz infinitytier-74f7d5377d26c721b17b5a5380793c26df81b2e3.zip |
Enable ZT_TRACE and more verbose build output
Diffstat (limited to 'java/jni')
-rw-r--r-- | java/jni/Application.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jni/Application.mk b/java/jni/Application.mk index 225169bc..3118ec2e 100644 --- a/java/jni/Application.mk +++ b/java/jni/Application.mk @@ -1,3 +1,4 @@ APP_ABI := armeabi armeabi-v7a arm64-v8a x86 APP_STL := gnustl_static -APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions +APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions -DZT_TRACE + |