From 9bf9670ff9187d8e26fe776a8471445fc0739511 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 29 Apr 2015 19:14:52 -0700 Subject: add more warnings to the JNI build --- java/jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') 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 -- cgit v1.2.3