Browse Source

Merge pull request #130 from tatsuya6502/doc-num-jobs

Update README; `cargo build -jN` will set/override $NUM_JOBS for you
vs2017
Alex Crichton 8 years ago
committed by GitHub
parent
commit
a9f643508a
  1. 4
      README.md

4
README.md

@ -106,7 +106,9 @@ gcc = { version = "0.3", features = ["parallel"] }
```
By default gcc-rs will limit parallelism to `$NUM_JOBS`, or if not present it
will limit it to the number of cpus on the machine.
will limit it to the number of cpus on the machine. If you are using cargo,
use `-jN` option of `build`, `test` and `run` commands as `$NUM_JOBS`
is supplied by cargo.
## Compile-time Requirements

Loading…
Cancel
Save