Closed
Description
- Version: all
- Platform: probably not Windows, maybe only Linux
- Subsystem: deps/libuv
Currently, we link V8 and openssl with -Wl,--whole-archive
into the node
binary, but we should probably do the same for libuv and maybe zlib since we want to expose their entire functionality to userland addons.
/cc @refack @bnoordhuis