Re: [v8-users] Compile static android arm on linux

2015-09-15 Thread Jakob Kummerow
Try building in Release mode instead of Debug, the generated artifacts should be a lot smaller. That said, if you do custom modifications to the build system, you're pretty much on your own when things don't work as expected. Also, consider using the latest stable branch instead of a random

[v8-users] Compile static android arm on linux

2015-09-14 Thread Krystian Kruk
Hi! I'm trying to embed V8 on android. Compiling on MacOS is currently broken as I see, so I tried on a fresh Ubuntu distro (VM). My steps : 1. get depot_tools 2. `fetch v8` 3. `git checkout origin/4.7.49