< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate-users] Large shared object files for Android build?


Just updated and tested. Thanks for making this change - big relief to be able to fit armeabi, armeabi-v7a, and x86 in under 11Mb.

On Wed Jun  4 00:26:35 2014, Daniel Pocock wrote:


On 03/06/14 18:38, Brien Colwell wrote:
That sounds good. Callers can set "-g" for debug builds.



Thanks for the feedback.  This is now committed.

I just had a closer look, additional flags (e.g. -g) don't actually get
set via the command line, they are set through the
build/android/modulations/* files, so we can set specific flags per
architecture.

It may also be possible to add support for command-line/environment
variable input though.