Commit b2648934 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

build: unbreak ustack on smartos

I disabled the -ffunction-sections and -fdata-sections switches in 202df30a
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.
parent 5a5e1281
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment