Skip to content

Commit bbb5707

Browse files
rexagodtargos
authored andcommitted
doc: add unrepresented flags docs for configure
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]>
1 parent bfccc00 commit bbb5707

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/guides/maintaining-the-build-files.md

+8
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ update the build and testing process on Windows.
3434

3535
## configure
3636

37+
The `configure` script recognizes many CLI flags for special build formulas.
38+
Many are not represented by `vcbuild` shortcuts, and need to be passed
39+
either by:
40+
41+
* Calling `python configure --XXX --YYY=PPPP` directly, followed by `vcbuild
42+
noprojgen`
43+
* Setting `set config_flags=--XXX --YYY=PPPP` before calling `vcbuild`
44+
3745
To see the help text, run `python configure --help`. Update this file when you
3846
need to update the configuration process.
3947

0 commit comments

Comments
 (0)