We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build.target
1 parent b1f49c9 commit aae4c84Copy full SHA for aae4c84
CHANGELOG.md
@@ -33,7 +33,9 @@
33
flag to `cargo rustc` to override the crate type.
34
[#10838](https://github.com/rust-lang/cargo/pull/10838)
35
- Cargo commands can now accept multiple `--target` flags to build for
36
- multiple targets at once.
+ multiple targets at once, and the
37
+ [`build.target`](https://doc.rust-lang.org/nightly/cargo/reference/config.html#buildtarget)
38
+ config option may now take an array of multiple targets.
39
[#10766](https://github.com/rust-lang/cargo/pull/10766)
40
- The `--jobs` argument can now take a negative number to count backwards from
41
the max CPUs.
0 commit comments