mirror of https://github.com/lukechilds/node.git
Browse Source
It's currently not really possible to compile native add-ons with -fvisibility=hidden because that also hides the struct containing the module definition. The NODE_MODULE() and NODE_MODULE_DECL() macros are structured in a way that makes it impossible to add a visibility attribute manually so there is no escape hatch there. That's why this commit adds an explicit visibility attribute to the module definition. It doesn't help with node.js releases that are already out there but at least it improves the situation going forward.v0.10.27-release
committed by
Fedor Indutny
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue