mirror of https://github.com/nodejs/node.git
doc: add unrepresented flags docs for configure
Added documentation to support usage of advanced features of `configure` on Windows. PR-URL: https://github.com/nodejs/node/pull/28069 Fixes: https://github.com/nodejs/node/issues/17331 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>pull/31073/head
parent
1fab8a9297
commit
2c5d35ee1e
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue