mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
4 lines
60 B
Rust
4 lines
60 B
Rust
|
|
fn main() {
|
||
|
|
println!("cargo:rustc-link-arg=-zmuldefs");
|
||
|
|
}
|