Skip to content

Commit c1b600a

Browse files
author
Jorge Aparicio
committed
add PSA about cargo rustc -- $FOO not working with today's nightly
1 parent 0812768 commit c1b600a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
[status]: https://travis-ci.org/japaric/std-with-cargo.svg?branch=master
44

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+
510
# `std-with-cargo`
611

712
Cross compile the `std` crate using `cargo`.

0 commit comments

Comments
 (0)