By: none (none.delete@this.none.com), July 11, 2013 8:29 am
Room: Moderated Discussions
Wilco (Wilco.Dijkstra.delete@this.ntlworld.com) on July 11, 2013 7:26 am wrote:
[...]
> (also not enabled - was this compiled -Os?!?)
If the default NDK flags for ARM were used, then yes:
Frightening...
A bug was recently opened regarding that issue: http://code.google.com/p/android/issues/detail?id=56951
[...]
> (also not enabled - was this compiled -Os?!?)
If the default NDK flags for ARM were used, then yes:
TARGET_thumb_release_CFLAGS := -mthumb
-Os
-g
-DNDEBUG
-fomit-frame-pointer
-fno-strict-aliasing
-finline-limit=64
Frightening...
A bug was recently opened regarding that issue: http://code.google.com/p/android/issues/detail?id=56951