Revert "v8: fix "pure virtual method called" runtime error"

It makes mksnapshot die with a segmentation fault on sunos with gcc 4.5.2.

This reverts commit c21c51a6fc.
pull/24503/head
Ben Noordhuis 2012-05-02 22:53:45 +00:00
parent 880219645e
commit 6b426a2edd
1 changed files with 0 additions and 8 deletions

View File

@ -271,14 +271,6 @@
}],
[ 'v8_no_strict_aliasing==1', {
'cflags': [ '-fno-strict-aliasing' ],
}, {
# gcc 4.4.6 has a regression in non-strict aliasing mode that
# makes a lookup in CodeStub::FindCodeInCache() abort with a
# "pure virtual method called" runtime error.
#
# This bites node.js because it sets -fno-strict-aliasing in its
# cflags, which then leak into our cflags.
'cflags!': [ '-fno-strict-aliasing' ],
}],
], # conditions
}],