Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend std caveats description #157

Merged
merged 2 commits into from
Aug 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,11 @@ stage = 2
because `std` and other standard crates depend on unstable features so it's
not possible to build the sysroot with stable or beta.

- To build `std` *without* the "jemalloc" feature, apply the patch
in [rust-lang/rust#37975](https://github.com/rust-lang/rust/pull/37975).
- `std` is built as rlib *and* dylib. The dylib needs a panic library and an
allocator. If you do not specify the `panic-unwind` feature, you have to set
`panic = "abort"` in `Cargo.toml`. Currently, it is not possible to build
without the `jemalloc` feature. For some further information on this issue,
see [rust-lang/rust#43637](https://github.com/rust-lang/rust/issues/43637#issuecomment-320463578).

- When using compiler plugins (e.g. `serde_derive`) the target triple must be
provided even when compiling for the host platform due to the way cargo
Expand Down