开发者

Compiling application in release

开发者 https://www.devze.com 2023-03-13 18:03 出处:网络
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

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

精彩评论

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