Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: don't squash signal handlers with --shared
Fixes: nodejs#10520 Ref: nodejs@dd47a8c An application using node built as a shared library may legitimately implement its own signal handling routines. Current behaviour is to squash all signal handlers on node startup. This change will stop that behaviour when node is built as a shared library.
- Loading branch information