Closed
Description
$ python ../src/bootstrap/bootstrap.py -h
Usage: rust.py [options]
Options:
-v, --verbose use verbose output
--config FILE TOML configuration file for build
--host HOST host targets to build
--build BUILD build target of the stage0 compiler
--target TARGET targets to build
-s, --step STEP build step to execute
--stage N stage to build
--src DIR path to repo root
-j, --jobs JOBS number of jobs to run in parallel
--clean clean output directory
-h, --help print this help message
$ python ../src/bootstrap/bootstrap.py --help
usage: bootstrap.py [-h] [--config CONFIG] [--clean] [-v]
Build rust
optional arguments:
-h, --help show this help message and exit
--config CONFIG
--clean
-v, --verbose