-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
doc: how to use advanced features of configure on Windows #17331
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.docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.wipIssues and PRs that are still a work in progress.Issues and PRs that are still a work in progress.
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.docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.wipIssues and PRs that are still a work in progress.Issues and PRs that are still a work in progress.
Refs: #17066
The
configurescript recognizes many CLI flags for special build formulas. Many are not represented byvcbuildshortcuts, and need to be passed either by:python configure --XXX --YYY=PPPPdirectly, followed byvcbuild noprojgenset config_flags=--XXX --YYY=PPPPbefore callingvcbuildThis should be documented.