cpufreq/build.rs
2024-05-06 11:48:33 +02:00

4 lines
66 B
Rust

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