Browse Source

add more warnings to the JNI build

Grant Limberg 10 years ago
parent
commit
9bf9670ff9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      java/jni/Application.mk

+ 1 - 1
java/jni/Application.mk

@@ -1,3 +1,3 @@
 APP_ABI := armeabi armeabi-v7a arm64-v8a x86
 APP_STL := gnustl_static
-APP_CPPFLAGS += -fexceptions
+APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions