Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated Cargo environment variables
Setting AR and CC via Cargo is not supported. AR is still documented but marked deprecated here: https://doc.rust-lang.org/nightly/cargo/reference/config.html#targettriplear https://doc.rust-lang.org/rustc/codegen-options/index.html#ar Setting CC via config is not documented at all now, and searching for cc in Cargo source code also comes up empty. It's also missing from the `rustc` codegen options link above. I also removed a comment reference to RUSTFLAGS which doesn't appear to be accurate (we don't set or modify RUSTFLAGS anywhere in this library)
- Loading branch information