Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: add unrepresented flags docs for configure
added documentation to support usage of
advanced features of `configure` on Windows

Fixes: #17331
  • Loading branch information
rexagod committed Jun 7, 2019
commit cd3c32da3232863d18bd03e9efc4f7bf385910a1
5 changes: 5 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,11 @@ 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:
Comment thread
rexagod marked this conversation as resolved.
Outdated

- 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