libuwuc/rawc/build.rs

4 lines
114 B
Rust

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