We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c72c7 commit 9c47102Copy full SHA for 9c47102
libmimalloc-sys/build.rs
@@ -6,6 +6,7 @@ fn main() {
6
build.include("c_src/mimalloc/include");
7
build.include("c_src/mimalloc/src");
8
build.file("c_src/mimalloc/src/static.c");
9
+ build.flag("-Wno-error=date-time");
10
11
let target_os = env::var("CARGO_CFG_TARGET_OS").expect("target_os not defined!");
12
let target_family = env::var("CARGO_CFG_TARGET_FAMILY").expect("target_family not defined!");
0 commit comments