Enabled -O3 aggressive optimization, seems to compile and work okay.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
APP_PROJECT_PATH := $(call my-dir)/..
|
APP_PROJECT_PATH := $(call my-dir)/..
|
||||||
|
|
||||||
APP_STL := gnustl_static
|
APP_STL := gnustl_static
|
||||||
APP_CFLAGS := -O2 -DNDEBUG -g # arm-linux-androideabi-4.4.3 crashes in -O0 mode on SDL sources
|
APP_CFLAGS := -O3 -DNDEBUG -g # arm-linux-androideabi-4.4.3 crashes in -O0 mode on SDL sources
|
||||||
APP_PLATFORM := android-8
|
APP_PLATFORM := android-8
|
||||||
|
|
||||||
include jni/Settings.mk
|
include jni/Settings.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user