SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 0 Rust

feat: add rust.rustflags and per target rustflags options to bootstrap.toml

This makes easy to persistently pass any flag to the compiler when
building rustc.
For example you can use a different linker by putting the following in
`bootstrap.toml`:
```toml
[rust]
rustflags = ["-Clinker=clang", "-Clink-arg=--ld-path=wild"]
```
K
Karol Zwolak committed
6e63c3946726549f0b191e934764e74f9d57d1ee
Parent: 2c0f486