2 ===================================================================
3 --- SConstruct (revision 3521)
4 +++ SConstruct (working copy)
6 # on linux we need these compiler flags to avoid crashes in the v8 test suite
7 # and avoid dtoa.c strict aliasing issues
8 if os.environ.get('GCC_VERSION') == '44':
9 - GCC_EXTRA_CCFLAGS = ['-fno-tree-vrp']
10 + GCC_EXTRA_CCFLAGS = ['-fno-tree-vrp', '-fno-strict-aliasing']
11 GCC_DTOA_EXTRA_CCFLAGS = ['-fno-strict-aliasing']
13 GCC_EXTRA_CCFLAGS = []