On `aarch64-apple-darwin`, Rust 1.72 this fails: ```bash cargo new --lib foo && cd foo && echo "fn main() {}" > build.rs && RUSTFLAGS="-Clinker-plugin-lto" cargo build ``` with `ld: unknown option: -plugin-opt=O0`. Building without `build.rs` works as intended.