# HG changeset patch # User Sam Lantinga # Date 1294864463 28800 # Node ID 1cd0a891b69ab7adcf0827173cdbf7d4aaf6d297 # Parent 067b6ec8b7510838b92339b98c78e47fd7e2201f Added info for building your code without optimizations on diff -r 067b6ec8b751 -r 1cd0a891b69a README.android --- 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