diff options
author | Grant Limberg <glimberg@gmail.com> | 2015-04-29 19:14:52 -0700 |
---|---|---|
committer | Grant Limberg <glimberg@gmail.com> | 2015-04-29 19:14:52 -0700 |
commit | 9bf9670ff9187d8e26fe776a8471445fc0739511 (patch) | |
tree | 3140aa1935d74604237d4b5a3b0a6968ccc46336 /java | |
parent | 5983b4367b2a834380e5775b061ade95569d81d3 (diff) | |
download | infinitytier-9bf9670ff9187d8e26fe776a8471445fc0739511.tar.gz infinitytier-9bf9670ff9187d8e26fe776a8471445fc0739511.zip |
add more warnings to the JNI build
Diffstat (limited to 'java')
-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 11c5c2cf..225169bc 100644 --- a/java/jni/Application.mk +++ b/java/jni/Application.mk @@ -1,3 +1,3 @@ APP_ABI := armeabi armeabi-v7a arm64-v8a x86 APP_STL := gnustl_static -APP_CPPFLAGS += -fexceptions
\ No newline at end of file +APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions |