Skip to content

Instantly share code, notes, and snippets.

@ry
Created February 26, 2011 02:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ry/844883 to your computer and use it in GitHub Desktop.
Save ry/844883 to your computer and use it in GitHub Desktop.
From b327a8bf72a96ddeb7d777be9169c56a2cdb3c94 Mon Sep 17 00:00:00 2001
From: Ryan Dahl <ry@tinyclouds.org>
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