Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bbb5707

Browse filesBrowse 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 <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent bfccc00 commit bbb5707
Copy full SHA for bbb5707

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: doc/guides/maintaining-the-build-files.md
+8Lines changed: 8 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.