mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Changed the texture loader, added ETC1 support.
Some minor changes to Android port. And other minor changes.
This commit is contained in:
@@ -13,12 +13,14 @@ APP_STL := stlport_static
|
||||
APP_LDLIBS := -llog $(EE_GLES_LINK) -lm -lz -lOpenSLES
|
||||
|
||||
#Debug Build
|
||||
#APP_CFLAGS := -g -DDEBUG -DEE_DEBUG -DEE_MEMORY_MANAGER # arm-linux-androideabi-4.4.3 crashes in -O0 mode on SDL sources
|
||||
# arm-linux-androideabi-4.4.3 crashes in -O0 mode on SDL sources
|
||||
APP_CFLAGS := -g -DDEBUG -DEE_DEBUG -DEE_MEMORY_MANAGER
|
||||
APP_OPTIM :=debug
|
||||
|
||||
#Release Build
|
||||
APP_CFLAGS := -fno-strict-aliasing -O3 -s -DNDEBUG -ffast-math
|
||||
#APP_CFLAGS := -fno-strict-aliasing -O3 -s -DNDEBUG -ffast-math
|
||||
|
||||
APP_PLATFORM := android-7
|
||||
APP_PLATFORM := android-9
|
||||
APP_MODULES := main
|
||||
#APP_ABI := armeabi-v7a
|
||||
APP_ABI := x86
|
||||
APP_ABI := armeabi-v7a
|
||||
#APP_ABI := x86
|
||||
|
||||
Reference in New Issue
Block a user