SDL: timestamping debug builds makes no sense
This commit is contained in:
@@ -5,4 +5,4 @@ include jni/Settings.mk
|
||||
APP_STL := gnustl_static
|
||||
APP_CFLAGS := -O3 -DNDEBUG -g # arm-linux-androideabi-4.4.3 crashes in -O0 mode on SDL sources
|
||||
APP_PLATFORM := android-14 # Android 4.0, it should be backward compatible to previous versions
|
||||
APP_PIE := false # This feature makes executables incompatible to Android API 15 or lower
|
||||
APP_PIE := true # This feature makes executables incompatible to Android API 15 or lower, but executables without PIE will not run on Android 5.0 and newer
|
||||
|
||||
@@ -247,7 +247,7 @@ CustomBuildScript=n
|
||||
AppCflags='-O2 -finline-functions'
|
||||
|
||||
# Additional LDFLAGS for application
|
||||
AppLdflags='-fuse-ld=bfd'
|
||||
AppLdflags=''
|
||||
|
||||
# If application has headers with the same name as system headers, this option tries to fix compiler flags to make it compilable
|
||||
AppOverlapsSystemHeaders=
|
||||
|
||||
Submodule project/jni/application/commandergenius/commandergenius updated: 72483aa8c1...c5210b0c42
Submodule project/jni/application/openarena/engine updated: acd190733e...35b97d2c9e
Submodule project/jni/application/openarena/vm updated: 3c58263af7...67598fad8d
Submodule project/jni/application/supertux/supertux updated: 0f0c1a2c95...b417ddc7ef
Submodule project/jni/application/vice/vice updated: 0b817c357e...18d3739b33
Submodule project/jni/boost/src updated: 5824acb451...bc9ea9d303
Submodule project/jni/shmem updated: c2a28f528d...f6b49516cf
Reference in New Issue
Block a user