forked from M-Labs/nac3
4 lines
62 B
Rust
4 lines
62 B
Rust
fn main() {
|
|
println!("cargo:rustc-link-arg=-rdynamic");
|
|
}
|