diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2020-10-25 20:43:00 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2020-11-17 12:39:30 +0100 |
| commit | bc410922422aade40be3e7ee3213be7b5c9c294a (patch) | |
| tree | c6899758cca0ff617020df8f923545f478ab7f4c | |
| parent | b77adff6faa47fb80a50777005e1dfc69ff3b3f5 (diff) | |
| download | rust-bc410922422aade40be3e7ee3213be7b5c9c294a.tar.gz rust-bc410922422aade40be3e7ee3213be7b5c9c294a.zip | |
Update RELEASES.md
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index bfa01f3dd35..5e90a27fe4e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -9,7 +9,7 @@ Language Compiler -------- -- [Stabilised the `-C link=<yes|no>`][76158] Which tells `rustc` whether to link +- [Stabilised the `-C link-self-contained=<yes|no>`][76158] Which tells `rustc` whether to link its own libraries or to rely on a external linker. (supported only on `windows-gnu`, `linux-musl`, and `wasi` platforms.) - [You can now use `-C target-feature=+crt-static` on `linux-gnu` targets.][77386] |
