Sha256: 3315402952a127403f036e0848e84c33684fff2203c581f7324a6f26112c2240
Contents?: true
Size: 530 Bytes
Versions: 22
Compression:
Stored size: 530 Bytes
Contents
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 = []
Version data entries
22 entries across 22 versions & 1 rubygems