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.
cargo rustc -- $FOO
1 parent 0812768 commit c1b600aCopy full SHA for c1b600a
README.md
@@ -2,6 +2,11 @@
2
3
[status]: https://travis-ci.org/japaric/std-with-cargo.svg?branch=master
4
5
+**PSA**: `cargo rustc -- -C link-args=-s` doesn't work with nightlies equal or newer than 2015-06-08,
6
+use `cargo build` for now. See [rust-lang/cargo#1695] for more information.
7
+
8
+[rust-lang/cargo#1695]: https://github.com/rust-lang/cargo/issues/1695
9
10
# `std-with-cargo`
11
12
Cross compile the `std` crate using `cargo`.
0 commit comments