mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
0b2fd2bd88
MacOS (and all apple targets) have -Csplit-debuginfo=packed as default instead of "off" like all other targets (well there is Windows, but we don't test it in those tests), also -Csplit-debuginfo is not stable on all targets so we only set in on Darwin where is matters.