cc-rs icon indicating copy to clipboard operation
cc-rs copied to clipboard

Don't specify `-arch` and `-m{}os-version-min=` on Apple platforms

Open madsmtm opened this issue 2 months ago • 3 comments

As recommended by Clang developers in https://github.com/llvm/llvm-project/issues/88271#issuecomment-2050425068, we already specify --target, and that should be enough.

Related: https://github.com/rust-lang/cc-rs/pull/1029, the -mxros-version-min/-mvisionos-version-min option does not exist.

CC @BlackHoleFox.

madsmtm avatar Apr 11 '24 21:04 madsmtm