This commit is contained in:
Yota Toyama
2023-09-24 20:23:45 +10:00
parent a4bcbf2c7b
commit 08d549315b

View File

@@ -59,7 +59,10 @@ fn main() {
let dst = Config::new(LIB_GC_DIR)
.profile("Release")
.define("BUILD_SHARED_LIBS", "FALSE")
.cflag(format!("-I{}", libatomic_include_path))
.cflag(format!(
"-I{} -DPOINTER_MASK=0x7",
libatomic_include_path, foo
))
.build();
println!(