Enable ZT_TRACE and more verbose build output

This commit is contained in:
Grant Limberg 2015-06-01 20:01:37 -07:00
commit 74f7d5377d
2 changed files with 3 additions and 1 deletions

View file

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