Quellcode durchsuchen

add more warnings to the JNI build

Grant Limberg vor 10 Jahren
Ursprung
Commit
9bf9670ff9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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