diff --git a/.cspell.json b/.cspell.json index e2e3512..91539dd 100644 --- a/.cspell.json +++ b/.cspell.json @@ -3,6 +3,7 @@ "autogen", "autotools", "bdwgc", + "canonicalize", "cflag", "dealloc", "finalizer", diff --git a/build.rs b/build.rs index 2cbf54e..ccc8471 100644 --- a/build.rs +++ b/build.rs @@ -23,6 +23,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", dst.join("include").display() ))