Closed
Description
- Version: > 6
- Platform: All
- Subsystem: inspector, ssl
Since #12197 (i.e. node8) when node
is built --without-ssl
or --without-intl
inspector is not available. As a consequence node is built with no debugger interface. configure
does not warn about this (new) consequence.
Since in previous versions these switches did not remove all debugger interface, this is a regression in the build behaviour.
Ref: #12757
Activity