changeset 4974:1cd0a891b69a

Added info for building your code without optimizations on
author Sam Lantinga <slouken@libsdl.org>
date Wed, 12 Jan 2011 12:34:23 -0800
parents 067b6ec8b751
children 6fbc7044f343
files README.android
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.android	Wed Jan 12 12:31:51 2011 -0800
+++ b/README.android	Wed Jan 12 12:34:23 2011 -0800
@@ -152,6 +152,9 @@
 
 	__android_log_print(ANDROID_LOG_INFO, "foo", "Something happened! x = %d", x);
 
+If you need to build without optimization turned on, you can create a file called "Application.mk" in the jni directory, with the following line in it:
+APP_OPTIM := debug
+
 
 ================================================================================
  Known issues