sunos: re-export entire library when static

This is useful to make sure linker doesn't strip things like dtrace
This commit is contained in:
Timothy J Fontaine 2013-04-08 16:31:35 -07:00 committed by Ben Noordhuis
parent e294975bb4
commit 0da533e84f

View File

@ -197,6 +197,11 @@
}],
],
}],
['OS=="solaris"', {
'cflags': [ '-fno-omit-frame-pointer' ],
# pull in V8's postmortem metadata
'ldflags': [ '-Wl,-z,allextract' ]
}],
],
},
}