Revision: 20854
Author: [email protected]
Date: Thu Apr 17 14:22:20 2014 UTC
Log: This should make the NaCl build jobs green again.
BUG=
[email protected], [email protected]
Review URL: https://codereview.chromium.org/239333015
http://code.google.com/p/v8/source/detail?r=20854
Modified:
/branches/bleeding_edge/Makefile.nacl
=======================================
--- /branches/bleeding_edge/Makefile.nacl Mon Dec 16 15:50:34 2013 UTC
+++ /branches/bleeding_edge/Makefile.nacl Thu Apr 17 14:22:20 2014 UTC
@@ -77,6 +77,9 @@
# ICU doesn't support NaCl.
GYPENV += v8_enable_i18n_support=0
+# Disable strict aliasing - v8 code often relies on undefined behavior of
C++.
+GYPENV += v8_no_strict_aliasing=1
+
NACL_MAKEFILES = $(addprefix $(OUTDIR)/Makefile.,$(NACL_BUILDS))
.SECONDEXPANSION:
# For some reason the $$(basename $$@) expansion didn't work here...
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.