Well I am not actually using the build system which ships with the
NDK, I use something based on Jam as I build for multiple targets and
also have my custom build solution building multiple times faster than
the one that comes with the NDK (due to using precompiled headers/lump
files).
I based all my compile/link flags on the NDK though and am using the
NDK compiler etc. I am using the .so file that the linker spits out,
with full debug info, before stripping. The .so size is over 10 MB so
it feels big enough, the stripped .so is 2MB or less if I remember
correctly.
Is there some specific flag I need for filename/line numbers? From
looking though the GCC manual it seemed like -g would be enough.
Thanks for your help,
Steve
> >
android-ndk...@googlegroups.com<android-ndk%2Bunsubscribe@googlegr
oups.com>
> > .