-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
doc: how to use advanced features of configure on Windows #17331
Copy link
Copy link
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.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.
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.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.