Created
February 26, 2011 02:52
-
-
Save ry/844883 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From b327a8bf72a96ddeb7d777be9169c56a2cdb3c94 Mon Sep 17 00:00:00 2001 | |
From: Ryan Dahl <[email protected]> | |
Date: Fri, 25 Feb 2011 18:52:07 -0800 | |
Subject: [PATCH] turn off strictaliasing for v8 | |
--- | |
wscript | 2 +- | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
diff --git a/wscript b/wscript | |
index aea3fb7..22622d2 100644 | |
--- a/wscript | |
+++ b/wscript | |
@@ -546,7 +546,7 @@ def v8_cmd(bld, variant): | |
else: | |
profile = "" | |
- cmd_R = sys.executable + ' "%s" -j %d -C "%s" -Y "%s" visibility=default mode=%s %s toolchain=%s library=static %s %s' | |
+ cmd_R = sys.executable + ' "%s" -j %d -C "%s" -Y "%s" visibility=default strictaliasing=off mode=%s %s toolchain=%s library=static %s %s' | |
cmd = cmd_R % ( scons | |
, Options.options.jobs | |
-- | |
1.7.3.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment