add more warnings to the JNI build

This commit is contained in:
Grant Limberg 2015-04-29 19:14:52 -07:00
parent 5983b4367b
commit 9bf9670ff9

View File

@ -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