DinkSmallwoodHD/android/jni/Application.mk
seth 63adc575a8 * Timing fixes, some Android work
git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1515 353e56fe-9613-0410-8469-b96ad8e6f29c
2017-09-29 22:57:00 +00:00

12 lines
344 B
Makefile

# The ARMv7 is significanly faster due to the use of the hardware FPU
APP_STL := gnustl_static
#APP_STL := stlport_static
APP_CPPFLAGS = -fexceptions
APP_CPPFLAGS += -Wno-error=format-security
APP_CPPFLAGS += -std=c++11
#APP_LDFLAGS = -latomic
#STLPORT_FORCE_REBUILD := true
APP_OPTIM:=release
#APP_OPTIM:=debug
APP_ABI := armeabi armeabi-v7a