Set pointer mask

This commit is contained in:
Yota Toyama
2023-09-28 16:33:49 +10:00
parent 0bd260a7c0
commit 10ffdd9351
2 changed files with 8 additions and 14 deletions

View File

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