From b540c0597cab87cc924b636bcbe0b5d750ff813c Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Thu, 28 Sep 2023 16:38:58 +1000 Subject: [PATCH] Disable mask --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index f5e2676..ccc8471 100644 --- a/build.rs +++ b/build.rs @@ -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 -DPOINTER_MASK=0xffffffffffffffff", + "-I{} -L/lib/x86_64-linux-gnu -lpthread -fPIC", dst.join("include").display() )) .build();