Set pointer mask

This commit is contained in:
Yota Toyama
2023-09-24 16:56:08 +10:00
parent 3a1ddbb6ea
commit 5f41a2b8e2

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 -D POINTER_MASK=0x7",
dst.join("include").display() dst.join("include").display()
)) ))
.build(); .build();