Skip to content

build: deprecate always enabled --enable-static - #65103

Open
legendecas wants to merge 1 commit into
nodejs:mainfrom
legendecas:macos-fully-static
Open

build: deprecate always enabled --enable-static#65103
legendecas wants to merge 1 commit into
nodejs:mainfrom
legendecas:macos-fully-static

Conversation

@legendecas

@legendecas legendecas commented Aug 7, 2026

Copy link
Copy Markdown
Member

libnode.a is now always produced, unless configured with flag
--shared which would produce libnode.[so|dylib|dll] instead.
This deprecates the no-op flag --enable-static.

Refs: #65026
Refs: #63626

`libnode.a` is now always produced, unless configured with flag
`--shared`. This deprecates the no-op flag `--enable-static`.

Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. labels Aug 7, 2026
@legendecas legendecas added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 7, 2026
@aduh95 aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 7, 2026
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 7, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants