Closed
Description
Refs: #17066
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 byvcbuild noprojgen
- Setting
set config_flags=--XXX --YYY=PPPP
before callingvcbuild
This should be documented.