build: unbreak ustack on smartos
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 19 Jul 2012 16:20:34 +0000 (18:20 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 19 Jul 2012 16:20:34 +0000 (18:20 +0200)
commitb2648934f013ccdf1a15bb74a5480d5a42a97943
tree8a6f032343cccd5cf21f62ff34e0986aa5a8c09b
parent5a5e128165e85e15843f21d4ca01c8765323b030
build: unbreak ustack on smartos

I disabled the -ffunction-sections and -fdata-sections switches in 202df30
because they're horribly buggy with some gcc/binutils combos.

However, it turns out that the dtrace/ustack post-processing tool requires
that V8 is compiled with said switches and was broken because of it.

This commit turns them on again on SunOS systems. Let's hope for the best.
common.gypi