Skip to content

Commit

Permalink
doc: add unrepresented flags docs for configure
Browse files Browse the repository at this point in the history
developed on ffb1819 by wrapping content for lint tests to pass

Refs: #28069
  • Loading branch information
rexagod committed Jun 7, 2019
1 parent 184cfa5 commit 99ce6ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/guides/maintaining-the-build-files.md
Expand Up @@ -35,7 +35,8 @@ 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:
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`
Expand Down

0 comments on commit 99ce6ca

Please sign in to comment.