v8/build
machenbach@chromium.org dfd955ff9f Enable debug builds with some optimizations turned on.
A new gyp variable 'v8_full_debug' can be set to 0 in order to turn on optimization level 1 for debug builds. With the default (=1), it builds in debug mode like before.

The intention is to run some bots on the waterfall with this configuration. Tests have a x5 speed-up like that.

R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/18516012

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15599 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-07-10 15:21:43 +00:00
..
all.gyp Added check for trailing whitespaces and corrected existing violations. 2011-09-01 11:28:10 +00:00
android.gypi Use -O2 instead -O3 for Android build. 2013-06-12 08:05:43 +00:00
features.gypi Factor out toolset definitions in a separate gypi file 2013-07-10 11:15:16 +00:00
gyp_v8 Fix ugly typo in r14391. 2013-04-23 10:52:40 +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 Factor out toolset definitions in a separate gypi file 2013-07-10 11:15:16 +00:00
toolchain.gypi Enable debug builds with some optimizations turned on. 2013-07-10 15:21:43 +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.