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:
parent
e294975bb4
commit
0da533e84f
@ -197,6 +197,11 @@
|
||||
}],
|
||||
],
|
||||
}],
|
||||
['OS=="solaris"', {
|
||||
'cflags': [ '-fno-omit-frame-pointer' ],
|
||||
# pull in V8's postmortem metadata
|
||||
'ldflags': [ '-Wl,-z,allextract' ]
|
||||
}],
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user