v8/build
2013-11-13 12:59:49 +00:00
..
all.gyp Fix shared library build after r17692. 2013-11-13 12:59:49 +00:00
android.gypi Use -O2 instead -O3 for Android build. 2013-06-12 08:05:43 +00:00
features.gypi Revert r17152 - "Revert r17018 - "Turn on handle zapping for release builds"" 2013-11-06 12:13:01 +00:00
gyp_v8 Fix gyp_v8 to work with use_system_icu=1 2013-07-15 15:41:21 +00:00
README.txt Fix outdated build/README.txt 2013-04-22 13:32:40 +00:00
shim_headers.gypi Add dependency to ICU 4.6 2013-07-01 08:32:41 +00:00
standalone.gypi Move v8_optimized_debug default value to standalone.gypi 2013-10-14 13:07:41 +00:00
toolchain.gypi Define DEBUG for v8_optimized_debug=2 2013-10-25 11:10:28 +00:00

For build instructions, please refer to:

https://code.google.com/p/v8/wiki/BuildingWithGYP

TL;DR version on *nix:
$ make dependencies        # Only needed once.
$ make ia32.release -j8
$ make ia32.release.check  # Optionally: run tests.