-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
build: --without-ssl and --without-intl imply new limitation (no debugger) #12758
Copy link
Copy link
Closed
Labels
buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.inspectorIssues and PRs related to the V8 inspector protocol.Issues and PRs related to the V8 inspector protocol.opensslIssues and PRs related to the OpenSSL dependency.Issues and PRs related to the OpenSSL dependency.regressionIssues related to regressions.Issues related to regressions.
Description
Activity
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.inspectorIssues and PRs related to the V8 inspector protocol.Issues and PRs related to the V8 inspector protocol.opensslIssues and PRs related to the OpenSSL dependency.Issues and PRs related to the OpenSSL dependency.regressionIssues related to regressions.Issues related to regressions.
Since #12197 (i.e. node8) when
nodeis built--without-sslor--without-intlinspector is not available. As a consequence node is built with no debugger interface.configuredoes 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