Revision: 10354
Author:   [email protected]
Date:     Mon Jan  9 00:10:24 2012
Log:      Edited wiki page BuildingWithGYP through web user interface.
http://code.google.com/p/v8/source/detail?r=10354

Modified:
 /wiki/BuildingWithGYP.wiki

=======================================
--- /wiki/BuildingWithGYP.wiki  Thu Sep 22 04:28:57 2011
+++ /wiki/BuildingWithGYP.wiki  Mon Jan  9 00:10:24 2012
@@ -82,6 +82,8 @@

* {{{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.
+
 ====Testing:====

You can append {{{.check}}} to any build target to have tests run for it, e.g.

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

Reply via email to