Re: [reSIProcate-users] Large shared object files for Android build?
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.