pict-rs/src/build.rs

4 lines
66 B
Rust

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