mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
173c50fb0e
Apple: Avoid redundant `-Wl,-dylib` flag when linking Seems to have been introduced all the way back in https://github.com/rust-lang/rust/commit/e338a4154b134fc1d4628496d4ccf85b7af7c443, but should be redundant, `-dynamiclib` should already make `cc` set `-dylib` when linking. Spotted this while trying to get `-Clinker-flavor=gcc` and `-Clinker-flavor=ld` closer together, not that important to fix. `@rustbot` label O-apple