yac
/
coreutils
Archived
2
0
Fork 0
This repository has been archived on 2024-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
coreutils/build.rs

4 lines
130 B
Rust

fn main() {
println!("cargo:rustc-link-arg-bin=true=-nostartfiles");
println!("cargo:rustc-link-arg-bin=false=-nostartfiles");
}