Set pointer mask

This commit is contained in:
Yota Toyama
2023-09-28 16:00:06 +10:00
parent ef9675ab17
commit 44fff26f2f

View File

@@ -23,7 +23,7 @@ fn main() {
let dst = autotools::Config::new(LIB_GC_DIR) let dst = autotools::Config::new(LIB_GC_DIR)
.cflag(format!( .cflag(format!(
"-I{} -L/lib/x86_64-linux-gnu -lpthread -fPIC", "-I{} -L/lib/x86_64-linux-gnu -lpthread -fPIC -DPOINTER_MASK=0xfffffffffffffff8",
dst.join("include").display() dst.join("include").display()
)) ))
.build(); .build();