Building and testing rustc on *BSD fails on -C split-debuginfo #96643
Labels
E-help-wanted
Call for participation: Help is requested to fix this issue.
O-netbsd
Operating system: NetBSD
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
-Csplit-debuginfo
is passed on at least NetBSD and FreeBSD when testing rustc, but that results in an error saying that the option is not yet stable.bootstrap/builder.rs
enables unstable options on Linux and Windows, but not on other platforms:rust/src/bootstrap/builder.rs
Lines 1408 to 1415 in 879fb42
The text was updated successfully, but these errors were encountered: