author | Sam Lantinga <slouken@libsdl.org> |
Wed, 12 Jan 2011 12:34:23 -0800 | |
changeset 4974 | 1cd0a891b69a |
parent 4973 | 067b6ec8b751 |
child 4975 | 6fbc7044f343 |
README.android | file | annotate | diff | comparison | revisions |
--- 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