Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added info for building your code without optimizations on
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 12, 2011
1 parent 78a2ea1 commit 6892b02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.android
Expand Up @@ -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
Expand Down

0 comments on commit 6892b02

Please sign in to comment.