Revision: 10964
Author:   [email protected]
Date:     Thu Mar  8 04:08:58 2012
Log:      Edited wiki page BuildingWithGYP through web user interface.
http://code.google.com/p/v8/source/detail?r=10964

Modified:
 /wiki/BuildingWithGYP.wiki

=======================================
--- /wiki/BuildingWithGYP.wiki  Thu Feb 23 00:57:00 2012
+++ /wiki/BuildingWithGYP.wiki  Thu Mar  8 04:08:58 2012
@@ -80,6 +80,8 @@

* {{{vfp3=off}}} is only relevant for ARM builds with snapshot and disables the use of VFP3 instructions in the snapshot.

+  * {{{debuggersupport=off}}} disables the javascript debugger.
+
* {{{TESTJOBS=-j8}}} will run tests (see below) with 8 parallel jobs. Do not set this to a higher value than the number of CPU cores you have, or some tests will timeout (which counts as failure).

* {{{werror=no}}} omits the -Werror flag. This is especially useful for not officially supported C++ compilers (e.g. newer versions of the GCC) so that compile warnings are ignored.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to