Revision: 10428
Author:   [email protected]
Date:     Wed Jan 18 02:21:27 2012
Log:      Edited wiki page BuildingWithGYP through web user interface.
http://code.google.com/p/v8/source/detail?r=10428

Modified:
 /wiki/BuildingWithGYP.wiki

=======================================
--- /wiki/BuildingWithGYP.wiki  Mon Jan  9 00:10:24 2012
+++ /wiki/BuildingWithGYP.wiki  Wed Jan 18 02:21:27 2012
@@ -84,6 +84,8 @@

* {{{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.

+ * {{{strictaliasing=off}}} passes the -fno-strict-aliasing flag to GCC. This may help to work around build failures on officially unsupported platforms and/or GCC versions.
+
 ====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