git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1515 353e56fe-9613-0410-8469-b96ad8e6f29c
12 lines
344 B
Makefile
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
|