diff --git a/ext/v8/upstream/no-strict-aliasing.patch b/ext/v8/upstream/no-strict-aliasing.patch deleted file mode 100644 index 5be66cb..0000000 --- a/ext/v8/upstream/no-strict-aliasing.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: SConstruct -=================================================================== ---- SConstruct (revision 3521) -+++ SConstruct (working copy) -@@ -47,7 +47,7 @@ - # on linux we need these compiler flags to avoid crashes in the v8 test suite - # and avoid dtoa.c strict aliasing issues - if os.environ.get('GCC_VERSION') == '44': -- GCC_EXTRA_CCFLAGS = ['-fno-tree-vrp'] -+ GCC_EXTRA_CCFLAGS = ['-fno-tree-vrp', '-fno-strict-aliasing'] - GCC_DTOA_EXTRA_CCFLAGS = ['-fno-strict-aliasing'] - else: - GCC_EXTRA_CCFLAGS = []