From 5c27d9f52b3bcbe45e43395069de6c3fd3f70e9c Mon Sep 17 00:00:00 2001 From: "Yacine S." <38400007+Redrrx@users.noreply.github.com> Date: Sun, 28 Jul 2024 05:58:08 +0100 Subject: [PATCH] Update config.toml --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 484657a..4b0e551 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,7 +2,7 @@ rustflags = ["-C", "target-feature=+crt-static"] [target.x86_64-unknown-linux-musl] -rustflags = ["-C", "target-feature=-crt-static"] +rustflags = ["-C", "target-feature=-crt-static", "-C", "link-arg=-lgcc", "-C", "link-arg=-static-libgcc"] linker = "musl-gcc" [target.x86_64-apple-darwin]