* Timing fixes, some Android work
git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1515 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
parent
4174db5427
commit
63adc575a8
11 changed files with 135 additions and 19 deletions
12
android/jni/Application.mk
Normal file
12
android/jni/Application.mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue