diff --git a/common.gypi b/common.gypi index a5f11649..c3462821 100644 --- a/common.gypi +++ b/common.gypi @@ -197,6 +197,11 @@ }], ], }], + ['OS=="solaris"', { + 'cflags': [ '-fno-omit-frame-pointer' ], + # pull in V8's postmortem metadata + 'ldflags': [ '-Wl,-z,allextract' ] + }], ], }, }