4 lines
127 B
Rust
4 lines
127 B
Rust
fn main() {
|
|
cc::Build::new().file("cpp/wrapper.cc").flag("-Wno-deprecated").flag("-Wno-deprecated-copy").compile("foo");
|
|
}
|