From 918318689f54acab2c766e1bfb6ce9ea36d563b1 Mon Sep 17 00:00:00 2001 From: William Chong Date: Tue, 1 Jul 2025 13:36:02 +0400 Subject: [PATCH] Switch to dynamic linking --- crates/bridge/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/bridge/Cargo.toml b/crates/bridge/Cargo.toml index 388c32c..672d164 100644 --- a/crates/bridge/Cargo.toml +++ b/crates/bridge/Cargo.toml @@ -10,6 +10,9 @@ exclude = ["index.node"] [lib] crate-type = ["cdylib"] +[build] +rustflags = ["-C", "target-feature=-crt-static"] + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]