Re: [v8-users] Huge libv8_base.a (over 250Mb) when building for x64.release

2015-02-27 Thread Jean-Philippe Déry
I think the link to the stack overflow post I posted was misguiding, as it's not actually "my" code and I was actually referring to http://stackoverflow.com/questions/24279237/android-ndk-linking-v8-static-library-cannot-find-symbols-but-they-are-there?answertab=active#tab-top (the patch secti

Re: [v8-users] Huge libv8_base.a (over 250Mb) when building for x64.release

2015-02-26 Thread Louis Santillan
I see you are linking in an awful lot of code. /home/schooten/bin/packages/android-ndk-r9d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ -Wl,-soname,libnative-activity.so -shared --sysroot=/home/schooten/bin/packages/android-ndk-r9d/platforms/android-9/ar

[v8-users] Huge libv8_base.a (over 250Mb) when building for x64.release

2015-02-24 Thread Jean-Philippe Déry
Hello everyone, I'm currently trying to build V8 as a static library for Android. I was able to build for the ARM architecture using this patch: http://stackoverflow.com/questions/24279237/android-ndk-linking-v8-static-library-cannot-find-symbols-but-they-are-there. However, when I build for x