mirror of https://github.com/rust-lang/rust.git
Update RELEASES.md
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
This commit is contained in:
parent
ff89b801df
commit
a268264073
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue