diff --git a/configure b/configure index fe3b5308c26..8633d48c31d 100755 --- a/configure +++ b/configure @@ -265,6 +265,8 @@ def configure_node(o): # SunOS, and we haven't implemented it.) if sys.platform.startswith('sunos'): o['variables']['node_use_dtrace'] = b(not options.without_dtrace); + # Strict aliasing causes problems with the V8 snapshots on SunOS + o['variables']['strict_aliasing'] = b(False); elif b(options.with_dtrace) == 'true': raise Exception('DTrace is currently only supported on SunOS systems.') else: