开发者

Compiling application in release

Im using Eclipse with ADT plugin and Sequoia, and Im trying to deploy my app in "release" mode but even if I change my Application.mk and Android.mk file with -03 I开发者_如何学编程 keep seeing -O2 -DNDEBUG -g plugged in the console... Where can I unset it?


That is release mode.

If you want to change the default debug/release behavior, take a look at /ndk/build/core/add-application.mk and search for "APP_OPTIM"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜