Commit 4d3709cd authored by Sam Lantinga's avatar Sam Lantinga

Added info for building your code without optimizations on

parent c73fad44
......@@ -152,6 +152,9 @@ You can add logging to your code to help show what's happening:
__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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment