Skip to content

Commit

Permalink
doc: add unrepresented flags docs for configure
Browse files Browse the repository at this point in the history
Added documentation to support usage of advanced features of
`configure` on Windows.

PR-URL: #28069
Fixes: #17331
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
  • Loading branch information
rexagod authored and BridgeAR committed Jan 3, 2020
1 parent fe4f55e commit 4caf457
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/guides/maintaining-the-build-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ update the build and testing process on Windows.

## configure

The `configure` script recognizes many CLI flags for special build formulas.
Many are not represented by `vcbuild` shortcuts, and need to be passed
either by:

* Calling `python configure --XXX --YYY=PPPP` directly, followed by `vcbuild
noprojgen`
* Setting `set config_flags=--XXX --YYY=PPPP` before calling `vcbuild`

To see the help text, run `python configure --help`. Update this file when you
need to update the configuration process.

Expand Down

0 comments on commit 4caf457

Please sign in to comment.